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
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.