
MCP Google Calendar Server
A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
What is MCP Google Calendar Server?
MCP Google Calendar Server is a Model Context Protocol (MCP) server implementation that allows AI assistants like Claude to create and manage Google Calendar events efficiently.
How to use MCP Google Calendar Server?
To use this server, clone the repository, install the necessary dependencies, configure your Google OAuth2 credentials, and start the server to interact with Google Calendar through your AI assistant.
Key features of MCP Google Calendar Server?
- Create calendar events complete with titles, descriptions, and start/end times.
- Support for adding attendees to events.
- Utilizes secure OAuth2 authentication with Google Calendar API.
- Full implementation of the MCP protocol.
- Includes debug logging for easier troubleshooting.
Use cases of MCP Google Calendar Server?
- Automating event creation through AI assistants.
- Managing personal and professional schedules more effectively.
- Integrating calendar functionalities into various applications powered by AI.
FAQ from MCP Google Calendar Server?
- What are the requirements for using MCP Google Calendar Server?
You need Node.js v18 or later, a Google Cloud Console project with the Calendar API enabled, and OAuth2 credentials.
- How do I authenticate my application with Google Calendar?
You will need to set up OAuth2 credentials and obtain a refresh token through the provided script.
- Can I use this project with any AI assistant?
Yes! While it is designed for Claude, it can be integrated with other compatible AI assistants as well.
MCP Google Calendar Server
A Model Context Protocol (MCP) server implementation that enables AI assistants like Claude to create and manage Google Calendar events.
Features
- Create calendar events with title, description, start/end times
- 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)
Setup
- Clone the repository:
git clone [https://github.com/markelaugust74/mcp-google-calendar.git]
cd mcp-google-calendar
- Install dependencies:
npm install
- Set up environment variables:
- Copy .env.example to .env
- Add your Google OAuth2 credentials
- Get your refresh token:
npm run auth
- Update the refresh token in index.js
Usage
npm start