Google Calendar MCP Server
Allows interaction with Google Calendar API, enabling users to list, create, delete, and update calendar events.
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 MCP ServerShow me my events for today"
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 Server

This repository provides a Model Context Protocol (MCP) server that integrates with the Google Calendar API. It allows users to list, create, delete, and update calendar events. The server is designed to work with Anthropic's Claude Desktop as an MCP client.
🚀 Features
Interact with Google Calendar: list, add, delete, and update events
Seamless integration with Claude Desktop via MCP
Related MCP server: Google Calendar MCP Server
🧰 Prerequisites
A Google Account
📦 Installation
Install UV Package Manager: Follow the instructions on the official UV installation guide.
Clone the Repository and Set Up Environment:
git clone https://github.com/rsc1102/Google_Calendar_MCP.git cd Google_Calendar_MCP uv syncCreate Google Cloud Credentials:
Visit Google Cloud Console.
Create a new project or select an existing one.
Enable the Google Calendar API.
Navigate to APIs & Services > Credentials.
Click Create Credentials > OAuth Client ID:
Choose Desktop app as the application type.
Download the generated
credentials.jsonfile.Place
credentials.jsoninside theGoogle_Calendar_MCPdirectory.
🔌 Integration with Claude Desktop
Locate Configuration File: Open the
claude_desktop_config.jsonfile on your system:Linux/macOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows (PowerShell):
code $env:AppData\Claude\claude_desktop_config.jsonAdd MCP Server Configuration: Add the following to the
mcpServerssection:{ "mcpServers": { "calendar": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/Google_Calendar_MCP", "run", "calendar_mcp.py" ] } } }Restart Claude Desktop.
Create a New Project in Claude Desktop.
Set Timezone: In the project's knowledge section, define your local timezone using the IANA Time Zone format (e.g.,
timeZone="America/New_York").Start Chatting: Begin interacting with Claude to manage your Google Calendar events.
Note: When using the server for the first time, Google will prompt you to authenticate and grant permission to access your calendar.
🎬 In Action
https://github.com/user-attachments/assets/75da4943-15c4-4ec2-bc5d-af4af3509031
📬 Support
For issues or questions, please open an issue in this repository.
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
- Flicense-qualityDmaintenanceAllows interaction with Google Calendar through Claude Desktop using the Model Context Protocol, enabling calendar event management and schedule analysis.Last updated2
- AlicenseAqualityDmaintenanceProvides comprehensive Google Calendar integration capabilities allowing AI assistants to list, create, update, and delete calendar events through a standardized Model Context Protocol.Last updated540MIT
- Flicense-qualityDmaintenanceEnables natural language interaction with Google Calendar via the Model Context Protocol, allowing LLMs like Claude to read and manage calendar events through the Google Calendar v3 API.Last updated2
- AlicenseAqualityDmaintenanceIntegrates Google Calendar with the Model Context Protocol to manage events, search agendas, and check availability. It features Home Assistant integration and SSE support for remote access through Claude Desktop.Last updated11MIT
Related MCP Connectors
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Schedule and manage Google Calendar events directly from your workspace. Check availability, view…
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
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/rsc1102/Google_Calendar_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server