gCalendar-mcp
1
The MCP Google Calendar Server is a protocol server that enables AI assistants to manage Google Calendar events programmatically. It supports event creation, attendee management, and requires OAuth2 authentication to interact with the Google Calendar API.
MCP Google Calendar Server
A Model Context Protocol (MCP) server implementation enabling AI assistants like Claude to create and manage Google Calendar events.
Features
- Create calendar events with a title, description, start/end times, and alert
- Support for adding event attendees
- OAuth2 authentication with Google Calendar API
- Full MCP protocol implementation
- Debug logging for troubleshooting
Prerequisites
- Node.js v18 or later
- Google Cloud Console project with Calendar API enabled
- OAuth2 credentials (Client ID and Client Secret)