返回 Skill 列表
extension
分类: 其它无需 API Key

Tmp.PD7VNsEgAe

用于处理用户请求管理 Google Calendar 事件或 Google Meet 会议室。触发场景包括排程、列出事件、创建/更新/删除事件等。

person作者: chrischallhubclawhub

gogcli-mcp-calendar

Extended Google Calendar MCP server via gogcli — 18 tools: auth + 7 base Calendar + 6 extra Meet tools.

Requirements

  • gogcli installed and authenticated
  • Node.js 18 or later

Setup

{
  "mcpServers": {
    "gogcli-calendar": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-calendar"],
      "env": {
        "GOG_ACCOUNT": "you@gmail.com"
      }
    }
  }
}

Extra Meet Tools

| Tool | What it does | |------|-------------| | gog_meet_create | Create a Meet space | | gog_meet_get | Get a Meet space by code | | gog_meet_update | Update Meet space config | | gog_meet_end | End the active conference | | gog_meet_history | List past calls in a space | | gog_meet_participants | List call participants |

Plus 5 auth tools and 7 base Calendar tools (gog_calendar_events/get/create/update/delete/respond/run).