Hosted Google Calendar MCP server. Connect any AI agent to Google Calendar in about two minutes. No self-hosting, no Docker, no credentials.json. 10 tools including batch update, multi-account-one-key, and Google Advanced Protection support. Works with Claude Desktop, Claude Code, Claude.ai, Cursor, OpenClaw, Continue, Cline, Windsurf, and any HTTP-capable MCP client.
Server Config
{
"mcpServers": {
"calendar": {
"url": "https://calendarmcp.ai/api/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_CALENDARMCP_API_KEY"
}
}
}
}