Home › Other › gmc-mcp

gmc-mcp

MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools).

Python
★ 15 stars Last pushed 2026-05-02 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.2.5)

uvx gmc-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "gmc-mcp": {
      "command": "uvx",
      "args": [
        "gmc-mcp"
      ],
      "env": {
        "GMC_ACCOUNT_ID": "<YOUR_VALUE>",
        "GMC_SERVICE_ACCOUNT_KEY": "<YOUR_VALUE>",
        "GMC_OAUTH_TOKEN": "<YOUR_VALUE>",
        "GMC_SUBACCOUNT_ID": "<YOUR_VALUE>",
        "GMC_DRY_RUN": "<YOUR_VALUE>",
        "GMC_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • GMC_ACCOUNT_ID required — Your 10-digit Google Merchant Center account ID (top-right of merchants.google.com).
  • GMC_SERVICE_ACCOUNT_KEY secret — Absolute path to a Google Cloud service-account JSON key file. The service account must be added as Admin in Merchant Center.
  • GMC_OAUTH_TOKEN secret — Absolute path to an OAuth user-token JSON file produced by `gmc-mcp auth-init`. Use this OR GMC_SERVICE_ACCOUNT_KEY.
  • GMC_SUBACCOUNT_ID — Optional sub-account ID when operating an MCA (Multi-Client Account).
  • GMC_DRY_RUN — When 'true', writes are logged to the audit log only (no actual API calls).
  • GMC_LOG_LEVEL — Log verbosity: DEBUG / INFO / WARNING / ERROR.

Related servers

Data from the Official MCP Registry