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
🧰 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.
Latest Blog Posts
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