Tmp.R5Dvi8AC44

Use when the user asks to look up, search, or manage Google Contacts and the broader People API (Workspace directory). Triggers for contact lookups by name/email/phone, Workspace user search, profile fields, manager/reports relations, or any People API query.

Audits

Pending

Install

openclaw skills install gogcli-mcp-contacts

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

ToolWhat it does
gog_people_meShow your own profile
gog_people_getGet a profile by resource name
gog_people_searchSearch the Workspace directory
gog_people_relationsManager/reports relations
gog_people_rawRaw 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.