Google Calendar
Freeby MCP Community
Google Calendar Model Context Protocol (MCP) server for Claude Desktop
v1.0.9Added Apr 12, 2026
mcpclaudegoogle-calendarapi
Google Calendar MCP Server
Google Calendar Model Context Protocol (MCP) server for Claude Desktop
Installation
Reviews
Installation
Quick install
npx -y google-calendar-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "google-calendar-mcp"]
}
}
}