dalesimpson/clockify-mcp-server
If you are the rightful owner of clockify-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Clockify MCP Server is a FastMCP server that provides read-only access to Clockify time tracking data, allowing users to query time entries, projects, users, and workspace information through an AI agent.
Tools
Functions exposed to the LLM to take actions
get_time_entries
Get time entries for a specific user with optional filters.
get_time_entry_by_id
Get a specific time entry by its ID.
get_in_progress_entries
Get all currently running time entries in the workspace.
list_workspace_users
Get all users in the workspace with their IDs, names, and emails.
list_projects
Get all projects in the workspace.
list_tags
Get all tags in the workspace.
get_workspace_info
Get information about the current workspace.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client