mcp-google-gcal

mcp-google-gcal

An MCP server that enables AI assistants to manage Google Calendar events, calendars, sharing, and scheduling with full read/write access across multiple Google accounts, supporting natural language creation, recurring events, and Google Meet.

Category
访问服务器

README

mcp-google-gcal

An MCP server for Google Calendar. Lets AI assistants manage events, calendars, sharing, and scheduling with full read/write access across multiple Google accounts. Supports natural language event creation, recurring events, Google Meet conferencing, free/busy queries, and ACL management.

Tools

Events

Tool Description
gcal_list_events List events with time range, search, pagination, and event type filtering
gcal_get_event Get full event details by ID
gcal_create_event Create event with attendees, recurrence, Google Meet, attachments, and more
gcal_update_event Update event fields using patch semantics
gcal_delete_event Delete event with notification control
gcal_quick_add Create event from natural language text
gcal_move_event Move an event from one calendar to another
gcal_list_instances List individual occurrences of a recurring event
gcal_import_event Import event from external system preserving iCalUID

Calendars

Tool Description
gcal_list_calendars List all calendars on the user's calendar list
gcal_get_calendar Get calendar metadata (summary, description, timezone)
gcal_create_calendar Create a new secondary calendar
gcal_update_calendar Edit calendar metadata using patch semantics
gcal_delete_calendar Delete a secondary calendar
gcal_clear_calendar Clear all events from the primary calendar (irreversible)

Calendar List (User Preferences)

Tool Description
gcal_get_calendar_list_entry Get a calendar's list-level settings (color, reminders, notifications)
gcal_subscribe_calendar Add an existing calendar to the user's calendar list
gcal_update_calendar_list_entry Update color, reminders, or notification preferences
gcal_unsubscribe_calendar Remove a calendar from the user's list (does not delete it)

Access Control (Sharing)

Tool Description
gcal_list_acl List sharing permissions on a calendar
gcal_add_acl Share a calendar with a user, group, or domain
gcal_update_acl Change the sharing role for an existing rule
gcal_remove_acl Revoke a sharing rule

Utilities

Tool Description
gcal_list_settings List user calendar settings (timezone, locale, format preferences)
gcal_get_colors Get color definitions for calendars and events
gcal_freebusy Query free/busy information for calendars and groups

Output Formats

All read and list tools support an outputFormat parameter:

Format Description Use Case
json Pretty-printed JSON (default) Machine consumption, API pipelines
yaml YAML serialization Human-readable structured data
text Compact aligned tables and key-value pairs Quick scanning, token-efficient LLM context

Prerequisites

  • Node.js 18+
  • A Google Cloud project with the Google Calendar API enabled
  • OAuth2 desktop application credentials

Setup

  1. Create or use an existing project in the Google Cloud Console and enable the Google Calendar API
  2. Create OAuth2 credentials (Application type: Desktop app) and download the JSON file
  3. Save the credentials file:
mkdir -p ~/.config/mcp-google-gcal
cp ~/Downloads/client_secret_*.json ~/.config/mcp-google-gcal/credentials.json
  1. Run the one-time authorization flow:
npx mcp-google-gcal --auth primary

This prints a URL for Google consent. After granting access, paste the authorization code back into the terminal.

Multi-Account Setup

Add additional accounts with unique labels:

npx mcp-google-gcal --auth work
npx mcp-google-gcal --auth personal

Pass the account parameter to any tool to specify which account to use.

MCP Client Configuration

Claude Code

claude mcp add -s user google-gcal -- npx -y mcp-google-gcal

VS Code / Cursor

{
  "mcpServers": {
    "google-gcal": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "mcp-google-gcal"]
    }
  }
}

Gemini CLI

{
  "mcpServers": {
    "google-gcal": {
      "command": "npx",
      "args": ["-y", "mcp-google-gcal"]
    }
  }
}

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选