google-calendar-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@google-calendar-mcpList my next 5 calendar events"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
google-calendar-mcp
MCP server for Google Calendar and Google Tasks, exposed over HTTP (JSON-RPC) so LLM clients can manage events and tasks via a service account.
Tools
Tool | Description |
| List upcoming calendar events |
| Create an event (recurring, all-day, reminders, colors) |
| Update an existing event |
| Delete an event |
| Get details of an event |
| List task lists |
| List tasks in a list |
| Create a task |
| Update a task |
| Delete a task |
| Mark a task as completed |
Related MCP server: calendar-mcp
Setup
npm install
npm run build
npm startCopy .env.example to .env and set your Google service account credentials (JSON file, base64, or individual variables) plus the calendar ID.
Endpoints
Method | Path | Description |
|
| Health check |
|
| JSON-RPC endpoint (MCP protocol) |
Docker
docker build -t google-calendar-mcp .
docker run -p 8088:8088 --env-file .env google-calendar-mcpLicense
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.
Related MCP Servers
- AlicenseAqualityAmaintenanceThis project implements a Python-based MCP (Model Context Protocol) server that acts as an interface between Large Language Models (LLMs) and the Google Calendar API. It enables LLMs to perform calendar operations via natural language requests.23166 PyPI26AGPL 3.0
- AlicenseNot gradedqualityNot gradedmaintenanceMCP server that lets AI agents manage Google Calendar -- create events, check availability, and manage schedules.MIT
- AlicenseAqualityBmaintenanceMCP server for Google APIs — Gmail and Calendar tools for LLM agents.62MIT
- AlicenseNot gradedqualityBmaintenanceLocal MCP server for reading/sending email via Gmail and managing Google Calendar events, enabling an AI agent to handle email and calendar operations through natural language.MIT