Yikizi/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 Model Context Protocol server designed to facilitate interaction with the Clockify time tracking API, offering a range of tools for workspace, project, and time management.
Tools
Functions exposed to the LLM to take actions
get_workspaces
List all workspaces
get_current_user
Get authenticated user info
get_workspace_users
List users in a workspace
get_projects
List projects (with archive filter)
create_project
Create a new project
get_project_tasks
List tasks in a project
create_task
Create a task
get_time_entries
Get time entries for a user (with date/project filters)
create_time_entry
Create a time entry or start a timer
stop_timer
Stop the running timer
update_time_entry
Update an existing entry
delete_time_entry
Delete a time entry
get_summary_report
Aggregated report grouped by project/user/client
get_detailed_report
Detailed list of time entries with filters
get_tags
List all tags
create_tag
Create a new tag
get_clients
List all clients
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client