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

Tmp.LID7L3b47R

当用户请求查找、搜索或管理 Google 通讯录及更广泛的 People API(工作区目录)时使用,触发条件包括按姓名/...

person作者: chrischallhubclawhub

gogcli-mcp-contacts

Extended Google Contacts MCP server via gogcli — 15 tools: auth + 5 base Contacts + 5 extra People API tools.

Requirements

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

Setup

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

Extra People Tools

| Tool | What it does | |------|-------------| | gog_people_me | Show your own profile | | gog_people_get | Get a profile by resource name | | gog_people_search | Search the Workspace directory | | gog_people_relations | Manager/reports relations | | gog_people_raw | Raw People API JSON dump |

Plus 5 auth tools and 5 base Contacts tools (gog_contacts_search/list/get/create/run). The base gog_contacts_search only sees your personal contacts; use gog_people_search for the full Workspace directory.