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