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 "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 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.
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 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
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/paytience/google-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server