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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。