CursorPool
← 返回 MCP 列表
Google 日历 MCP

Google 日历 MCP

查询与创建日程、检查空闲时段,自动化会议安排。

社区·480 次安装·1 个月前
↓ 添加到 Cursor

安装命令

终端
npx -y @cocal/google-calendar-mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "@cocal/google-calendar-mcp"
      ]
    }
  }
}