tempo-api-mcp
Tempo API MCP server for Claude — developed and maintained by AI (Claude Code)
by chrischall · TypeScript
Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals
Time-tracking integration for managing worklogs, schedules, and timesheet approvals.
Tempo API MCP server for Claude — developed and maintained by AI (Claude Code)
TEMPO_API_TOKENrequiredsecretYour Tempo API token (Settings → API integration in your Tempo workspace)
claude_desktop_config.json
{
"mcpServers": {
"tempo-api-mcp": {
"command": "npx",
"args": [
"-y",
"tempo-api-mcp@2.1.6"
],
"env": {
"TEMPO_API_TOKEN": "<YOUR_TEMPO_API_TOKEN>"
}
}
}
}