Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
| Tool name | Description | Destructive? |
|---|---|---|
| list_events | List events across one or all connected calendars in a time range. | โ no |
| get_event | Full details of one event. | โ no |
| create_event | Create an event with attendees, location, reminders, recurrence. | โ no |
| update_event | Partial update of an existing event. | โ no |
| delete_eventโ | Delete an event. | โ yes |
| quick_add_event | Create from natural language. | โ no |
| list_calendars | List every calendar the key can see with per-calendar R/W permissions. | โ no |
| create_calendar | Create a new secondary calendar. OAuth-connected accounts only. | โ no |
| find_free_time | Free/busy query across one or more calendars. | โ no |
| manage_attendees | Add or remove attendees from an event. | โ no |
| batch_update_events | Update up to 50 events in one concurrent call. | โ no |