π 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
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Comments