π Google Calendar MCP Server π
@Zawad99
About π Google Calendar MCP Server π
MCP server for Google Calendar integration with AI assistants
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"google-calendar-mcp-server-zawad99": {
"command": "docker",
"args": [
"build",
"-t",
"google-calendar-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Google Calendar MCP Server?
Google Calendar MCP Server integrates Google Calendar with AI assistants, enabling seamless scheduling and event management. It is built with Node.js, uses OAuth2 authentication, and supports Docker deployment. It is designed for developers and users who want to connect Google Calendar to AI-powered assistants.
How to use Google Calendar MCP Server?
Clone the repository, install dependencies with npm install, set up a .env file with your Google Calendar API credentials (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, REDIRECT_URI), then run npm start or use Docker (docker build and docker run). Access the server at http://localhost:3000, authorize via OAuth2, and manage events through the AI assistant.
Key features of Google Calendar MCP Server
- Connect AI assistants with Google Calendar
- OAuth2 secure authentication
- Docker support for easy deployment
- Node.js backend for efficient performance
- REST API endpoints for event management
Use cases of Google Calendar MCP Server
- An AI assistant schedules meetings on your Google Calendar
- Automatically create events from natural language commands
- Retrieve and list upcoming events programmatically
- Delete events via AI-powered requests
FAQ from Google Calendar MCP Server
What does Google Calendar MCP Server do?
It connects AI assistants to Google Calendar, allowing you to create, list, and delete events using natural language or API calls.
What are the prerequisites to run the server?
You need Node.js (v14+), Docker (latest), and a Google account with OAuth2 credentials from the Google Developer Console.
How do I set up authentication?
Enable the Google Calendar API in the Google Developer Console, create OAuth 2.0 credentials, and add your redirect URI (default http://localhost:3000/auth/google/callback). Set the credentials in the .env file.
What API endpoints are available?
Key endpoints include GET /events (list events), POST /events (create an event), and DELETE /events/:id (delete an event).
Can I deploy the server using Docker?
Yes. Build the image with docker build -t google-calendar-mcp-server . and run the container with docker run -p 3000:3000 google-calendar-mcp-server.
More Productivity MCP servers
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
Openfate Bazi Mcp
openfate-aiOpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
Comments