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

Tmp.Ht4V5psjco

用于用户请求与 Google Workspace 服务交互的场景。触发条件包括 Google 表格、文档、Gmail、日历、云端硬盘、任务或联系人等请求。

person作者: chrischallhubclawhub

gogcli-mcp

MCP server wrapping gogcli — provides Claude with access to Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.

Requirements

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

Setup

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

GOG_ACCOUNT is optional — omit it to use gogcli's configured default account.

Tools (52)

| Service | Tools | |---------|-------| | Sheets (8) | get, update, append, clear, metadata, create, find-replace, run | | Docs (7) | info, cat, create, write, find-replace, structure, run | | Gmail (4) | search, get, send, run | | Calendar (7) | events, get, create, update, delete, respond, run | | Drive (9) | ls, search, get, mkdir, rename, move, delete, share, run | | Tasks (7) | lists, list, get, add, done, delete, run | | Contacts (5) | search, list, get, create, run | | Auth (5) | list, status, services, add, run |

All tools accept an optional account parameter to override the default Google account for that call.