← Back to browse

Clockify Time Tracking

Indexed by io.github.tracegazer

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLOCKIFY_API_KEY CLOCKIFY_ACCESS_MODE CLOCKIFY_DEFAULT_WORKSPACE_ID
Claude Code
claude mcp add --env CLOCKIFY_API_KEY= --env CLOCKIFY_ACCESS_MODE= --env CLOCKIFY_DEFAULT_WORKSPACE_ID= clockify-mcp -- uvx clockify-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"clockify-mcp","command":"uvx","args":["clockify-mcp"],"env":{"CLOCKIFY_API_KEY":"","CLOCKIFY_ACCESS_MODE":"","CLOCKIFY_DEFAULT_WORKSPACE_ID":""}}'
JSON
{
  "mcpServers": {
    "clockify-mcp": {
      "command": "uvx",
      "args": [
        "clockify-mcp"
      ],
      "env": {
        "CLOCKIFY_API_KEY": "",
        "CLOCKIFY_ACCESS_MODE": "",
        "CLOCKIFY_DEFAULT_WORKSPACE_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.