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 "Deploy 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 deployed
Maintenance
Related MCP Connectors
A MCP server that works with Google Calendar to manage event listing, reading, and updates.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
The Google Compute Engine MCP server is a fully-managed Model Context Protocol server that provides tools to manage Google Compute Engine resources through AI agents. It enables capabilities including instance management (creating, starting, stopping, resetting, listing), disk management, handling instance templates and group managers, viewing machine and accelerator types, managing images, and accessing reservation and commitment information. The server operates as a zero-deployment, enterprise-grade endpoint at https://compute.googleapis.com/mcp with built-in IAM-based security.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables ChatGPT to interact with Google Calendar through a remote MCP server. Provides tools to list, create, update, and delete calendar events with OAuth authentication.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that provides integration with Google Calendar, allowing users to list calendars and manage events. It enables searching, creating, and modifying calendar entries through tools designed for the Model Context Protocol.-
- AlicenseNot gradedqualityNot gradedmaintenanceMCP server that lets AI agents manage Google Calendar -- create events, check availability, and manage schedules.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for Google Calendar that enables managing calendar events, scheduling meetings, RSVPing, and checking availability through natural language.381MIT