mcpbeat Sign in

Tempo API MCP Server

local only

Tempo API MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 331 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 246 · avg 57 · +115% w/w
a month agotoday
331
Installs / week
npm · tempo-api-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tempo API MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tempo-api-mcp -- npx -y tempo-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tempo-api-mcp": {
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tempo-api-mcp]
command = "npx"
args = ["-y", "tempo-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tempo-api-mcp": {
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tempo-api-mcp": {
      "args": [
        "-y",
        "tempo-api-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TEMPO_API_TOKEN (Your Tempo API token (Settings → API integration in your Tempo workspace)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tempo API MCP

same job, measured the same way
Vamoose
by dcadolph

Calendar workflow engine for time off, approvals, and quick actions on any calendar backend.

local only
Mova Flat Runner
by mova-compact

Governed AI workflows with human approval gates and audit trails for Claude and MCP clients.

77 installs/wk local only
Sixflags MCP
by chrischall

Six Flags MCP for Claude — live wait times, park hours, shows, and day planning

245 installs/wk local only
Tallymeter
by tallymeter

Time tracking and invoicing for AI agents and their humans: track, log and bill work by agent.

answering
Monnet
by monnet

MCP server for Monnet — motions, plans, files, approvals, and the team's company brain.

996 installs/wk local only
Llmkit
by smigolsmigol

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

86 installs/wk local only
Aztra
by aztra

Aztra workspace: projects, issues, sprints, goals, wiki and time tracking.

answering
Toggl MCP
by souravpn

MCP server for Toggl Track — gives Claude access to your time tracking data

25 installs/wk local only

Tempo API MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tempo API MCP?
Tempo API MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tempo-api-mcp was installed 331 times last week.
How do I connect Tempo API MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tempo-api-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tempo API MCP?
The npm package tempo-api-mcp was installed 331 times in the last week. Week over week that is +115%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tempo API MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.