HomeProductivity › Clockify Time Tracking

Clockify Time Tracking

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

Python Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-07-20 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.3.2)

uvx clockify-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "clockify-mcp": {
      "command": "uvx",
      "args": [
        "clockify-mcp"
      ],
      "env": {
        "CLOCKIFY_API_KEY": "<YOUR_VALUE>",
        "CLOCKIFY_ACCESS_MODE": "<YOUR_VALUE>",
        "CLOCKIFY_DEFAULT_WORKSPACE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLOCKIFY_API_KEY required secret — Clockify API key (Profile Settings -> API).
  • CLOCKIFY_ACCESS_MODE — Write access mode: read (default, read-only) | time-tracking (time-entry writes only) | full (all writes)
  • CLOCKIFY_DEFAULT_WORKSPACE_ID — Default workspace id used when a tool call omits workspace_id.

Package (oci)

docker run -i --rm ghcr.io/tracegazer/clockify-mcp:0.3.2

Or add to your MCP client config:

{
  "mcpServers": {
    "clockify-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tracegazer/clockify-mcp:0.3.2"
      ],
      "env": {
        "CLOCKIFY_API_KEY": "<YOUR_VALUE>",
        "CLOCKIFY_ACCESS_MODE": "<YOUR_VALUE>",
        "CLOCKIFY_DEFAULT_WORKSPACE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLOCKIFY_API_KEY required secret — Clockify API key (Profile Settings -> API).
  • CLOCKIFY_ACCESS_MODE — Write access mode: read (default, read-only) | time-tracking (time-entry writes only) | full (all writes)
  • CLOCKIFY_DEFAULT_WORKSPACE_ID — Default workspace id used when a tool call omits workspace_id.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry