MCP Configs2026年4月8日·1 分钟阅读

Tempo MCP — Calendar and Time Tracking for Agents

MCP server that gives AI agents calendar awareness and time tracking. Tempo MCP integrates with Google Calendar and Toggl for scheduling, time logging, and availability checks.

Agent 就绪

这个资产会安全暂存

这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。

Stage only · 17/100策略:需暂存
Agent 入口
任意 MCP/CLI Agent
类型
Mcp Config
安装
Stage only
信任
信任等级:Established
入口
Tempo MCP — Calendar and Time Tracking for Agents
安全暂存命令
npx -y tokrepo@latest install b84b96fd-0fc2-439d-9f29-4fb564bc2ded --target codex

先暂存文件;激活前需要读取暂存 README 和安装计划。

TL;DR
Tempo MCP connects AI agents to Google Calendar and Toggl for scheduling, time logging, and availability checks.
§01

What it is

Tempo MCP is a Model Context Protocol server that gives AI agents access to calendar and time tracking functionality. It integrates with Google Calendar for scheduling and availability, and with Toggl for time logging.

Tempo MCP targets developers building AI assistants that need to manage schedules, block focus time, check meeting availability, or log work hours -- all through natural language commands.

§02

How it saves time or tokens

Instead of switching between calendar apps, time trackers, and chat interfaces, Tempo MCP lets you ask your AI agent questions like 'What meetings do I have today?' or 'Log 3 hours of coding.' The agent handles the API calls directly. Token estimate is approximately 3200 tokens per session.

§03

How to use

  1. Add Tempo MCP to your MCP config:
{
  "mcpServers": {
    "tempo": {
      "command": "npx",
      "args": ["-y", "tempo-mcp-server"],
      "env": {
        "GOOGLE_CALENDAR_CREDENTIALS": "/path/to/credentials.json",
        "TOGGL_API_TOKEN": "your-token"
      }
    }
  }
}
  1. Restart your AI client (Claude Code, Cursor, etc.).
  1. Ask your agent about your schedule or log time entries.
§04

Example

# Natural language commands your agent can handle:
'What meetings do I have today?'
'Block 2 hours for deep work tomorrow morning'
'Log 3 hours of coding on the TokRepo project'
'When am I free this week for a 1-hour meeting?'
'Cancel my 3pm meeting and notify attendees'
§05

Related on TokRepo

§06

Common pitfalls

  • Google Calendar credentials require OAuth setup through the Google Cloud Console. The credentials.json file must have Calendar API access enabled.
  • Toggl API tokens are personal and workspace-scoped. Ensure you use the correct token for the workspace where you want to log time.
  • Calendar operations may fail silently if the agent lacks permission to modify events created by others.

常见问题

What calendar providers does Tempo MCP support?+

Tempo MCP currently integrates with Google Calendar. You need to set up Google Cloud OAuth credentials and provide them via the GOOGLE_CALENDAR_CREDENTIALS environment variable.

Can Tempo MCP log time to Toggl?+

Yes. Tempo MCP integrates with Toggl Track for time logging. Provide your Toggl API token in the MCP config and the agent can create, update, and query time entries.

Does Tempo MCP work with Claude Code?+

Yes. Add the Tempo MCP server to your .mcp.json configuration file. After restarting Claude Code, the agent can access calendar and time tracking tools.

Can Tempo MCP create calendar events?+

Yes. The agent can create new calendar events, block focus time, and modify existing events. It requires write access in the Google Calendar OAuth scope.

Is Tempo MCP open source?+

Check the Tempo MCP GitHub repository for the current license. The server is distributed as an npm package that you run locally through the MCP protocol.

引用来源 (3)
🙏

来源与感谢

Community MCP server, npx tempo-mcp-server

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产