google-calendar-mcp
Click on "Install 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: mcp-google
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceMCP server that lets AI agents manage Google Calendar -- create events, check availability, and manage schedules.MIT
- Alicense-qualityAmaintenanceMCP server for Google APIs — Gmail and Calendar tools for LLM agents.2MIT
- Alicense-qualityAmaintenanceLocal 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.1MIT
- Flicense-qualityCmaintenanceMCP server for Google Calendar (single-user) using Service Account authentication. Provides tools to manage events, check free/busy, and find free slots.
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.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ralungei/google-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server