Skip to content
Cursor

Clockify Time Tracking for Cursor

io.github.tracegazer/clockify-mcp

Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.

client:Cursor transport:stdio runtime:pypi

Install Clockify Time Tracking in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clockify-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clockify-mcp"
      ],
      "env": {
        "CLOCKIFY_API_KEY": "<CLOCKIFY_API_KEY>",
        "CLOCKIFY_ACCESS_MODE": "<CLOCKIFY_ACCESS_MODE>",
        "CLOCKIFY_DEFAULT_WORKSPACE_ID": "<CLOCKIFY_DEFAULT_WORKSPACE_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Clockify Time Tracking in other clients