Google Calendar MCP Server
Provides tools for managing Google Calendar events and calendars, including listing, creating, updating, deleting events, checking availability, and more.
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 Serverlist my events for this week"
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.
@cloud9-labs/mcp-google-calendar
MCP server for Google Calendar API - 10 event and calendar management tools.
Installation
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@cloud9-labs/mcp-google-calendar"],
"env": {
"GOOGLE_ACCESS_TOKEN": "your-access-token"
}
}
}
}Related MCP server: gcal-mcp
Tools
Tool | Description |
gcal_list_calendars | List all calendars in the user account |
gcal_get_calendar | Get detailed calendar information |
gcal_list_events | List events in a calendar within a time range |
gcal_get_event | Get detailed event information |
gcal_create_event | Create a new event in a calendar |
gcal_update_event | Modify an existing event |
gcal_delete_event | Delete an event from a calendar |
gcal_quick_add_event | Create an event using natural language |
gcal_get_free_busy | Check availability/free-busy information |
gcal_list_colors | Get available color options for events |
Configuration
Set your Google access token as an environment variable:
export GOOGLE_ACCESS_TOKEN="ya29...."To get a Google access token:
Create or select a project
Enable Google Calendar API
Create OAuth 2.0 credentials (Desktop app)
Authenticate to get an access token
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.
Latest Blog Posts
- 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/cloud9-labs/mcp-google-calendar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server