← CalendarMCP

MCP Client Integrations

CalendarMCP works with every major MCP client. One API key, one endpoint, connect in 2 minutes.

https://calendarmcp.ai/api/mcpBearer auth

Supported clients

CD
Claude Desktop
HTTP transport

Anthropic's desktop app. Add CalendarMCP via mcp_servers config.

View setup guide →
CC
Claude Code
HTTP transport

Claude's terminal-based coding agent. One command to add.

View setup guide →
C
Claude.ai
HTTP transport

Claude web app. Add via Settings → Connectors.

Setup docs →
Cu
Cursor
HTTP transport

AI-powered code editor. Add via MCP settings JSON.

View setup guide →
OC
OpenClaw
HTTP transport

Personal AI assistant platform. Plug-and-play MCP config.

View setup guide →
Co
Continue
HTTP transport

Open-source coding assistant for VS Code and JetBrains.

Setup docs →
Cl
Cline
HTTP transport

Autonomous coding agent VS Code extension.

Setup docs →
Wi
Windsurf
HTTP transport

Codeium's AI editor with MCP plugin support.

Setup docs →
GP
ChatGPT
OpenAPI transport

Use CalendarMCP as an OpenAI Actions endpoint in a custom GPT.

Setup docs →
Cx
Codex CLI
HTTP transport

OpenAI's terminal coding agent. Pass MCP config via --mcp-config.

Setup docs →
n8
n8n
HTTP transport

Workflow automation platform. Use the HTTP Request node with Bearer auth.

Setup docs →
Go
Goose
HTTP transport

Block's open-source AI agent. Add CalendarMCP as an MCP extension.

Setup docs →
mh
mcphost
HTTP transport

CLI tool for running LLMs with MCP servers. Drop-in config.

Setup docs →
Ze
Zed
HTTP transport

High-performance code editor with MCP context server support.

Setup docs →

Any HTTP MCP client

If your client isn't listed above, use these values. Any client that supports Streamable HTTP MCP or SSE MCP will work.

Endpoint
https://calendarmcp.ai/api/mcp
Auth header
Authorization: Bearer cal_...
Transport
Streamable HTTP or SSE
Get your API key →

Frequently asked questions

Does it support my MCP client?

If your client supports Streamable HTTP MCP (the current standard), yes. The endpoint is https://calendarmcp.ai/api/mcp with a Bearer token header. SSE-based clients also work. Same URL, same auth.

What's the difference between SSE and HTTP MCP transport?

SSE (Server-Sent Events) is the older MCP transport. Streamable HTTP is the current standard. CalendarMCP supports both at the same endpoint. Most clients released after mid-2025 use HTTP transport by default.

Do I need a separate API key per client?

No. One API key works with all clients simultaneously. If you connect multiple clients, they all share the same calendar access and rate limit bucket.

Can I connect multiple Google accounts?

Yes. From the dashboard you can add multiple Google connections under one API key. Each connection's calendars are available to your agent with per-calendar read/write permissions.

Is there a local version I can self-host?

Not officially. CalendarMCP is a hosted service. The OAuth callback and token management are handled server-side, which is why setup is a 2-minute process instead of half a day.