google-calendar-mcp logo

google-calendar-mcpGoogle Calendar MCP 服务器,用于 Claude Desktop 集成

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Google Calendar MCP Server 是一个项目,支持 Google Calendar 与 Claude Desktop 的集成。它允许 Claude 通过自然语言交互来查看、创建、更新和删除用户的日历事件。 该项目为 Claude Desktop 与 Google Calendar API 之间提供桥接,安全处理 Google API 的身份验证流程,并支持全面的日历事件操作。它使用 TypeScript 开发,MCP SDK 与 Claude Desktop 集成,并通过 Google API 访问 Google Calendar API。 可用工具包括 getEvents,该工具可检索带过滤选项的日历事件;以及 createEvent 和 updateEvent,支持创建和修改重复与非重复事件。该项目还包含 OAuth2 认证流程、schema validation 以及 secure token handling。

主要功能

  • Google Calendar 集成
  • MCP 实现
  • OAuth2 认证
  • 事件管理(获取、创建、更新、删除)
  • 颜色支持
  • STDIO 传输

价格

模型
Free
评分
暂无评价

使用场景

安排事件

用户可以通过 Claude Desktop 的自然语言交互创建和更新日历事件。

检查日历

用户可以使用 getEvents 工具检索并显示日历事件。

优点 & 缺点

优点

  • 支持通过自然语言与 Google Calendar 交互
  • 支持全面的日历事件操作(获取、创建、更新、删除)
  • 安全处理 OAuth2 认证

缺点

  • 需要进行技术设置和配置
  • 仅限于 Google Calendar 集成

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the main prerequisites for setting up this MCP server?

You need a TypeScript environment, the MCP SDK (@modelcontextprotocol/sdk), and the googleapis package. Configuration is managed with dotenv, and you must register a Google API client ID/secret to enable OAuth2 authentication. The setup requires some technical knowledge to run and integrate with Claude Desktop.

Asked by Dmitri Volkov · Jul 23, 2026

What calendar event operations are supported by the server?

The server supports retrieving events (getEvents), creating new events, updating existing events, and deleting events. It also allows setting and updating event colors using the colorId parameter and now supports recurring events via a recurrence parameter.

Asked by Lindiwe Mahlangu · Jul 7, 2026

How does the Google Calendar MCP Server handle authentication with Google Calendar?

It uses a secure OAuth2 flow, implemented with @hono/oauth PKCE support, and encrypts tokens with AES‑256 GCM. The process is automated via browser launch or manual input through Readline in server environments.

Asked by Sven Bergqvist · Apr 22, 2026

提问

服务配缩器 的替代品