Google Calendar
Freeby MCP Community
Google Calendar MCP Server with extensive support for calendar management
v2.6.1Added Apr 12, 2026
mcpmodel-context-protocolclaudegoogle-calendarcalendar
Google Calendar MCP Server
Google Calendar MCP Server with extensive support for calendar management
Installation
Reviews
Installation
Quick install
npx -y @cocal/google-calendar-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@cocal/google-calendar-mcp"]
}
}
}