Google Calendar integration for managing events, checking availability, creating meetings, and syncing schedules.
npx -y google-calendar-mcp
```json
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "google-calendar-mcp"],
"env": { "GOOGLE_CREDENTIALS_PATH": "/path/to/credentials.json" }
}
}
}
```
list_eventscreate_eventupdate_eventcheck_availabilityGoogle Calendar integration for managing events, checking availability, creating meetings, and syncing schedules.
Language: TypeScript
Category: Productivity