Google Calendar MCP
Enables AI assistants to view, create, update, search, and manage Google Calendar events, including multi-account support and availability checks.
README
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-mcp
On 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_events |
List upcoming calendar events |
get_event |
Get details of a specific event |
create_event |
Create a new calendar event |
update_event |
Update an existing calendar event |
delete_event |
Delete a calendar event |
search_events |
Search events by keyword |
quick_add_event |
Create an event using natural language |
respond_to_event |
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 |
|---|---|
calendar |
Full calendar access |
calendar.events |
View and manage events |
userinfo.email |
Read your email address |
userinfo.profile |
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.