← Index

io.github.chrischall/tempo-api-mcp

io.github.chrischall/tempo-api-mcp·v2.0.2·Calendar & Time
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tempo-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "env": {
        "TEMPO_API_TOKEN": "<your-tempo_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tempo-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "env": {
        "TEMPO_API_TOKEN": "<your-tempo_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tempo-api-mcp
§02  Environment variables
TEMPO_API_TOKEN
requiredsecret

Your Tempo API token (Settings → API integration in your Tempo workspace)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time