PluginBench
MCP Server
Active
MIT

io.github.chrischall/tempo-api-mcp MCP Server

io.github.chrischall/tempo-api-mcp

What is the io.github.chrischall/tempo-api-mcp MCP server?

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

How to install io.github.chrischall/tempo-api-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TEMPO_API_TOKEN
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tempo-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "env": {
        "TEMPO_API_TOKEN": "<YOUR_TEMPO_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tempo-api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "env": {
        "TEMPO_API_TOKEN": "<YOUR_TEMPO_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add tempo-api-mcp --env TEMPO_API_TOKEN=<YOUR_TEMPO_API_TOKEN> -- npx -y tempo-api-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →
io.github.chrischall/tempo-api-mcp MCP Server | PluginBench