← Back to browse

gmc-mcp

Indexed by io.github.kiwoongeom

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGMC_ACCOUNT_ID GMC_SERVICE_ACCOUNT_KEY GMC_OAUTH_TOKEN GMC_SUBACCOUNT_ID GMC_DRY_RUN GMC_LOG_LEVEL
Claude Code
claude mcp add --env GMC_ACCOUNT_ID= --env GMC_SERVICE_ACCOUNT_KEY= --env GMC_OAUTH_TOKEN= --env GMC_SUBACCOUNT_ID= --env GMC_DRY_RUN= --env GMC_LOG_LEVEL= gmc-mcp -- uvx gmc-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gmc-mcp","command":"uvx","args":["gmc-mcp"],"env":{"GMC_ACCOUNT_ID":"","GMC_SERVICE_ACCOUNT_KEY":"","GMC_OAUTH_TOKEN":"","GMC_SUBACCOUNT_ID":"","GMC_DRY_RUN":"","GMC_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "gmc-mcp": {
      "command": "uvx",
      "args": [
        "gmc-mcp"
      ],
      "env": {
        "GMC_ACCOUNT_ID": "",
        "GMC_SERVICE_ACCOUNT_KEY": "",
        "GMC_OAUTH_TOKEN": "",
        "GMC_SUBACCOUNT_ID": "",
        "GMC_DRY_RUN": "",
        "GMC_LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.