MCP server for Google Calendar management
MCP server for Google Calendar integration. Create, update, delete events, check availability, and manage multiple calendars and accounts.
{
"mcpServers": {
"google-calendar": {
"mcpServers": {
"google-calendar": {
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "/path/to/gcp-oauth.keys.json"
},
"args": [
"-y",
"@cocal/google-calendar-mcp"
],
"command": "npx"
}
}
}
}
}