io.github.kiwoongeom
gmc-mcp
MIT-licensed pip-installable MCP for Google Merchant Center on Merchant API v1 (126 tools).
stdiocommunityservice
Package Details
gmc-mcp
Transportstdio
Environment Variables
GMC_ACCOUNT_ID(str)
Required
Your 10-digit Google Merchant Center account ID (top-right of merchants.google.com).
GMC_SERVICE_ACCOUNT_KEY(file)
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(file)
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(str)
Optional sub-account ID when operating an MCA (Multi-Client Account).
GMC_DRY_RUN(str)
Default:
falseWhen 'true', writes are logged to the audit log only (no actual API calls).
GMC_LOG_LEVEL(str)
Default:
INFOLog verbosity: DEBUG / INFO / WARNING / ERROR.