Google Calendar MCP Server
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 ServerSchedule a sync with the marketing team for tomorrow at 2 PM"
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
An MCP (Model Context Protocol) server that enables AI assistants to manage Google Calendar.
Features
📅 List events — View upcoming calendar events
➕ Create events — Schedule new meetings and appointments
🔍 Find free slots — Check availability for scheduling
✏️ Update events — Reschedule or modify existing events
🗑️ Delete events — Cancel events
Related MCP server: Google Calendar MCP Server
Installation
# Clone the repo
git clone https://github.com/SamRind/gcal-mcp-server.git
cd gcal-mcp-server
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txtGoogle Cloud Setup
Go to Google Cloud Console
Create a new project (or select existing)
Enable the Google Calendar API
Create OAuth 2.0 credentials (Desktop app)
Download the credentials JSON and save as
credentials.jsonin the project root
Usage
Running the server
python server.pyConnecting to Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"gcal": {
"command": "python",
"args": ["/path/to/gcal-mcp-server/server.py"]
}
}
}Tools
Tool | Description |
| List upcoming events (default: next 7 days) |
| Create a new calendar event |
| Find available time slots |
| Update an existing event |
| Delete/cancel an event |
License
MIT
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-qualityDmaintenanceEnables AI assistants to manage Google Calendar through natural language interactions with features like creating, updating, and deleting events, searching calendars, and supporting natural language date/time inputs.Last updated222MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Google Calendar events, check availability, and handle scheduling tasks through natural language.Last updated10MIT
- Alicense-qualityAmaintenanceEnables AI assistants to view, create, update, search, and manage Google Calendar events, including multi-account support and availability checks.Last updated12Business Source 1.1
- Alicense-qualityDmaintenanceEnables AI assistants to manage Google Calendar events through natural language interactions, including creating, updating, deleting, and listing events.Last updated22ISC
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/SamRind/gcal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server