Google Calendar
Freeby MCP Community
MCP server for interacting with Google Calendar
v0.0.5Added Apr 12, 2026
mcpgooglecalendartypescript
Google Calendar MCP Server
MCP server for interacting with Google Calendar
Installation
Reviews
Installation
Quick install
npx -y mcp-google-calendar
Add to claude_desktop_config.json
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "mcp-google-calendar"]
}
}
}