inakianduaga/clockify-mcp
If you are the rightful owner of clockify-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Clockify MCP Server enables LLMs to interact with Clockify for advanced time-tracking automation and reporting.
Tools
Functions exposed to the LLM to take actions
listProjects
List all projects for the authenticated user.
getTimeEntries
List time entries for the authenticated user. Optional: start, end (ISO8601).
addTimeEntry
Add a time entry to a project.
listUsers
List all users in the workspace.
getUserTimeEntries
List time entries for a specified user. Optional: start, end (ISO8601).
getSummaryReport
Get a summary report of hours by user/project for a date range. Optional: userIds, projectIds.
getUserTimeEntriesByName
List time entries for a user by name (case-insensitive, partial match allowed). Optional: start, end (ISO8601).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client