Skip to content
Grok

Clockify Time Tracking for Grok

io.github.tracegazer/clockify-mcp

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

client:Grok transport:stdio runtime:pypi

Install Clockify Time Tracking in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Clockify Time Tracking in other clients