clockify-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOCKIFY_API_KEY | Yes | Your Clockify API key | |
| CLOCKIFY_WORKSPACE_ID | No | Optional workspace ID |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_workspacesA | Get all workspaces for the authenticated user |
| get_workspaceB | Get a workspace by ID |
| get_projectsC | Get all projects in a workspace |
| get_projectC | Get a project by ID |
| add_projectC | Add a new project to a workspace |
| update_projectC | Update an existing project |
| delete_projectC | Delete a project |
| get_tasksC | Get all tasks in a workspace |
| get_taskB | Get a task by ID |
| add_taskC | Add a new task |
| update_taskC | Update an existing task |
| delete_taskC | Delete a task |
| get_clientsC | Get all clients in a workspace |
| get_clientB | Get a client by ID |
| add_clientC | Add a new client to a workspace |
| update_clientD | Update an existing client |
| delete_clientC | Delete a client |
| get_tagsC | Get all tags in a workspace |
| get_tagC | Get a tag by ID |
| add_tagC | Add a new tag to a workspace |
| update_tagC | Update an existing tag |
| delete_tagD | Delete a tag |
| get_current_userA | Get the current authenticated user |
| get_usersC | Get all users in a workspace |
| get_userC | Get a user by ID |
| add_userC | Add a new user to a workspace |
| update_userC | Update an existing user |
| delete_userC | Delete a user from a workspace |
| get_time_entriesC | Get all time entries in a workspace |
| get_time_entryC | Get a time entry by ID |
| add_time_entryC | Add a new time entry |
| update_time_entryC | Update an existing time entry |
| delete_time_entryD | Delete a time entry |
| get_time_entries_for_projectC | Get all time entries for a project |
| get_reports_summaryC | Get time entry summary report for a workspace |
| get_reports_detailedC | Get detailed time entry report for a workspace |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/antuking/clockify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server