Manage Google Calendar events
npx -y @modelcontextprotocol/server-google-calendar-mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Manage calendar events.
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": ["-y", "@google/mcp-server-calendar"],
"env": {
"GOOGLE_CREDENTIALS": "/path/to/credentials.json"
}
}
}
}
MCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install Google Calendar MCP Server in your preferred AI coding tool.
claude_desktop_config.json