Clockify MCP Server
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 Clockify workspace ID to pin |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clockify_get_configA | Returns the effective .clockify/config.yml standards (per-method description, task, rounding, overlap, automation). Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_get_userA | Returns the authenticated Clockify user, including active and default workspace IDs. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_list_workspacesA | Lists workspaces available to the authenticated user. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_list_projectsA | Lists projects in a workspace. Use to map a git repo or task to a Clockify project. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_ensure_projectA | Finds a project by name or creates it. Defaults to the repo name from .clockify/config.yml / folder when name omitted. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_list_tagsA | Lists tags available in a workspace. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_list_tasksA | Lists tasks for a project (often mapped 1:1 to GitHub labels). Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_ensure_taskA | Finds a task by name under a project or creates it (e.g. sync a GitHub label). Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_get_running_timerA | Returns the currently running timer for the user, if any. Includes inactivity hint from .clockify/config.yml when configured. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_start_timerA | Starts a new running timer. Optional start (ISO-8601) backdates the timer; omit for now. entry_method selects timer vs automated config (include_seconds, start rounding, overlap). Prefer stopping any existing timer first. When description.from is template, pass issue_number/issue_title if description is omitted. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_stop_timerA | Stops the currently running timer. Honors entry_method rounding (end only), include_seconds, and overlap.on_conflict. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_create_time_entryA | Creates a completed time entry with explicit start and end (ISO-8601). Never rounds. entry_method selects manual vs automated description/overlap. When overlap.on_conflict is prompt, retry with confirm_overlap: true to stack intervals. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_list_time_entriesB | Lists recent time entries for the authenticated user. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
| clockify_today_summaryA | Summarizes today's tracked time: total duration, entry count, and per-project totals. Pass config_root as that repo's git toplevel when this MCP is user-scoped. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dustinestes/clockify-agent-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server