Skip to content
Cursor

tempo api mcp for Cursor

io.github.chrischall/tempo-api-mcp

Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals

client:Cursor transport:stdio runtime:npm

Install tempo api mcp 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": {
    "tempo-api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "env": {
        "TEMPO_API_TOKEN": "<TEMPO_API_TOKEN>"
      }
    }
  }
}

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

tempo api mcp in other clients