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 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。
npx -y tokrepo@latest install b84b96fd-0fc2-439d-9f29-4fb564bc2ded --target codex先暂存文件;激活前需要读取暂存 README 和安装计划。
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.
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.
How to use
- 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"
}
}
}
}
- Restart your AI client (Claude Code, Cursor, etc.).
- Ask your agent about your schedule or log time entries.
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'
Related on TokRepo
- AI Tools for Automation -- Productivity and workflow automation tools
- AI Tools for Task Management -- Task and project management tools
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.
常见问题
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.
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.
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.
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.
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)
- MCP Specification— Model Context Protocol specification for AI tool integration
- Google Calendar API— Google Calendar API for scheduling and event management
- Toggl API Documentation— Toggl Track API for time tracking
来源与感谢
Community MCP server,
npx tempo-mcp-server
讨论
相关资产
Google Workspace MCP — Gmail Drive Calendar for AI
Official Google CLI with built-in MCP server for all Workspace APIs. One command gives AI agents access to Gmail, Drive, Calendar, Docs, Sheets, and 10+ Google services.
WhatsApp MCP Server — Chat with WhatsApp via AI Agents
MCP server connecting Claude and AI agents to your personal WhatsApp. Search contacts, read messages, send replies and media via natural language.
Apify MCP Server — 8,000+ Web Scrapers for Agents
Apify MCP Server connects agents to Apify Actors via a hosted endpoint (mcp.apify.com) or local run, turning thousands of web scrapers into callable tools.
Google Workspace MCP — Gmail/Calendar/Drive for Agents
Google Workspace MCP exposes Gmail, Calendar, and Drive actions as MCP tools so agents can summarize inboxes and manage schedules with minimal scopes.