Documents

gogcli-mcp-contacts

Try it

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.

What it does

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.

The skill document

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.

Related skills

Use when the user asks to manage Google Calendar events or Google Meet spaces. Triggers for scheduling, listing events, creating/updating/deleting events, responding to invitations, creating Meet spaces, ending conferences, listing meeting participants or call history.

52 installs

Use when the user asks to read, organize, draft, forward, autoreply, or otherwise work with Gmail in depth. Triggers for requests involving threads, labels, drafts, attachments, bulk archive/trash/mark-read operations, forwarding messages, or any Gmail operation beyond simple search/get/send. Includes auth and Gmail tools only.

55 installs

This skill should be used when the user asks about Google Workspace automation via gogcli — Docs, Sheets, Slides, Drive, or Classroom. Triggers on phrases like "edit this Google doc", "update the sheet", "find my slides", "grade this assignment", or any request involving Google Workspace documents, files, or classes. This is an umbrella skill — the 5 sibling packages (gogcli-mcp-docs, gogcli-mcp-sheets, gogcli-mcp-slides, gogcli-mcp-drive, gogcli-mcp-classroom) cover specific APIs.

55 installs

Drive Gmail, Drive, Calendar, Sheets, Docs, and the Admin SDK from the terminal via the gws CLI, with JSON output.

by Iván68 installs

轻量级Google Workspace命令行工具,支持Gmail、Calendar、Drive核心操作,适合个人用户日常使用。