Tempo
Rank #6,804io.github.chrischall/tempo-api-mcp
Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals
Tempo is a Model Context Protocol (MCP) server published by chrischall. It ranks #6,804 of 115,460 servers tracked on MCP Toplist. Tempo is listed across 2 registries — Official MCP and PulseMCP, with 6 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 108,656 of 115,460 servers on MCP Toplist.
Use Tempo
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add tempo-api-mcp -e "TEMPO_API_TOKEN=<your TEMPO_API_TOKEN>" -- npx -y tempo-api-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tempo-api-mcp]
command = "npx"
args = ["-y", "tempo-api-mcp"]
[mcp_servers.tempo-api-mcp.env]
TEMPO_API_TOKEN = "<your TEMPO_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tempo-api-mcp": {
"command": "npx",
"args": [
"-y",
"tempo-api-mcp"
],
"env": {
"TEMPO_API_TOKEN": "<your TEMPO_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tempo-api-mcp": {
"command": "npx",
"args": [
"-y",
"tempo-api-mcp"
],
"env": {
"TEMPO_API_TOKEN": "<your TEMPO_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tempo-api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tempo-api-mcp"
],
"env": {
"TEMPO_API_TOKEN": "<your TEMPO_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tempo-api-mcp": {
"command": "npx",
"args": [
"-y",
"tempo-api-mcp"
],
"env": {
"TEMPO_API_TOKEN": "<your TEMPO_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tempo-api-mcp": {
"command": "npx",
"args": [
"-y",
"tempo-api-mcp"
],
"env": {
"TEMPO_API_TOKEN": "<your TEMPO_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Ftempo-api-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Ftempo-api-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Ftempo-api-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
Available versions (6)
| Version | Published |
|---|---|
| 2.3.2 | Aug 28, 2026 |
| 2.3.1 | Jul 31, 2026 |
| 2.2.0 | Jul 28, 2026 |
| 2.1.9 | Jul 19, 2026 |
| 2.1.5 | Jun 13, 2026 |
| 2.0.2 | May 4, 2026 |
Frequently asked questions
- Who maintains Tempo?
- Tempo is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is Tempo listed on the Official MCP Registry?
- Yes — Tempo is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Tempo have?
- MCP Toplist tracks 6 versions of Tempo, most recently published on Aug 28, 2026.
- Where can I find the source code for Tempo?
- The source code for Tempo is hosted at github.com/chrischall/tempo-api-mcp.