Google Calendar MCP
Provides tools to manage Google Calendar events and calendars, including creating, updating, deleting, searching events, checking availability, and managing multiple calendars and connected accounts.
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 MCPcreate a meeting tomorrow at 2pm with John"
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
Connect Google Calendar to AI assistants via the Model Context Protocol. View, create, update, and search calendar events. Check availability and manage multiple calendars. Works with Claude Code, Cursor, Windsurf, Kiro, and any MCP-compatible client.
Quick Start
npx @paytience/google-calendar-mcpOn first run, your browser opens to complete payment ($5 one-time) and connect your Google account. After that, the MCP server starts automatically.
Related MCP server: Calendar MCP Server
Configuration
Add to your MCP client settings:
Claude Code
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@paytience/google-calendar-mcp@latest"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@paytience/google-calendar-mcp@latest"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@paytience/google-calendar-mcp@latest"]
}
}
}Kiro
Add to .kiro/settings/mcp.json:
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": ["-y", "@paytience/google-calendar-mcp@latest"]
}
}
}Docker
{
"mcpServers": {
"google-calendar": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "GOOGLE_CALENDAR_MCP_API_KEY", "ghcr.io/paytience/google-calendar-mcp:latest"]
}
}
}Tools
Tool | Description |
| List upcoming calendar events |
| Get details of a specific event |
| Create a new calendar event |
| Update an existing calendar event |
| Delete a calendar event |
| Search events by keyword |
| Create an event using natural language |
| RSVP to an event (accept, tentative, decline) |
| get_free_busy | Check availability for attendees |
| move_event | Move an event to a different calendar |
| get_colors | Get available event color options |
| list_calendars | List all calendars in the account |
| list_accounts | List connected Google accounts |
| switch_account | Switch active account |
| add_account | Connect another Google account |
| remove_account | Remove a connected account |
Multi-Account Support
Connect unlimited Google accounts with a single purchase. Use switch_account to change which account is active. All calendar tools operate on the currently selected account.
Compatibility
Supported accounts
Account type | Status |
Personal Google (gmail.com) | Fully supported |
Google Workspace | Supported (admin may need to allow the app) |
Google Workspace
Works with Google Workspace accounts. If your organization restricts third-party app access, your admin may need to allow the app in the Admin Console under Security > API Controls.
The app requests these Google OAuth scopes:
Scope | Purpose |
| Full calendar access |
| View and manage events |
| Read your email address |
| Read your name |
Not supported
Accounts with Google Advanced Protection Program (may block third-party OAuth)
Security
OAuth 2.0 Authorization Code flow (industry standard)
Tokens encrypted at rest (AES-256-GCM)
Client secrets never stored on your machine
API keys scoped per installation
Refresh tokens use offline access with consent prompt
Pricing
$5 one-time payment. Lifetime access. Unlimited accounts.
Support
Open an issue on this repository.
Privacy
See our Privacy Policy.
License
Business Source License 1.1. Free to use with a valid license key ($5 one-time purchase). Converts to MIT after 4 years.
This server cannot be deployed
Maintenance
Related MCP Connectors
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
GDPR-compliant calendar access for AI assistants: read, create, edit, RSVP. Google, MS 365, Apple.
Manage Google, Outlook & Apple calendars and create private sync rules from chat.
Schedule and manage Google Calendar events directly from your workspace. Check availability, view…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar by listing, creating, updating, and deleting events. It also includes functionality to find available time slots for scheduling.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar events through natural language interactions, including creating, updating, deleting, and listing events.14 npmISC
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Google Calendar events, including reading, searching, creating, updating, and deleting events, as well as checking availability and listing calendars.31 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to securely manage Google Calendar events using natural language, including scheduling, rescheduling, deleting, and searching events.1-