Loading MCP server directory, please wait...
Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals
npx @getmcp/cli add io.github.chrischall/tempo-api-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
TEMPO_API_TOKENYour Tempo API token (Settings → API integration in your Tempo workspace)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/tempo-api-mcp": {
"command": "npx",
"args": [
"-y",
"tempo-api-mcp"
],
"env": {
"TEMPO_API_TOKEN": ""
}
}
}
}