Google Calendar MCP Server
Related Servers
Alternatives to Google Calendar MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with Google Calendar through natural language, supporting listing, creating, and searching events across accessible calendars.1 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar by listing, creating, updating, and deleting events. It also includes functionality to find available time slots for scheduling.-
- FlicenseNot gradedqualityCmaintenanceEnables AI to create, read, update, and delete Google Calendar events and manage calendars through natural language.2-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar events, including reading, searching, creating, updating, and deleting events, as well as checking availability and listing calendars.20 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar events through natural language interactions, including creating, updating, deleting, and listing events.5 npmISC
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to view, create, update, search, and manage Google Calendar events, including multi-account support and availability checks.11 npmBusiness Source 1.1
TDQS
Scored across 7 tools
Each tool targets a distinct calendar action or query: CRUD operations, conflict detection, free-slot search, and analytics. Even the two availability-related tools are clearly separated by purpose (finding free windows vs detecting overlaps).
All tool names follow a consistent snake_case verb_noun pattern (create_event, list_events, find_free_slots, etc.). The only compound name, delete_or_cancel_event, still uses the same style and a clear verb.
Seven tools is a well-scoped set for a Google Calendar server: it covers core event management plus useful scheduling helpers without bloat.
Core event lifecycle is covered (create, list, reschedule, delete/cancel) with useful extras like conflicts, free slots, and analytics. A generic event detail update beyond rescheduling would be a minor enhancement, but no critical workflow dead-ends are apparent.