Google Merchant Center MCP for Claude Code
io.github.a1-x-tech/mcp-google-merchants
MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.
client:Claude Code
transport:stdio
runtime:npm
Install Google Merchant Center MCP in Claude Code
run in your project directory
claude mcp add mcp-google-merchants -e GOOGLE_MERCHANTS_CLIENT_ID=<GOOGLE_MERCHANTS_CLIENT_ID> -e GOOGLE_MERCHANTS_CLIENT_SECRET=<GOOGLE_MERCHANTS_CLIENT_SECRET> -e GOOGLE_MERCHANTS_REFRESH_TOKEN=<GOOGLE_MERCHANTS_REFRESH_TOKEN> -e GOOGLE_MERCHANTS_ACCESS_TOKEN=<GOOGLE_MERCHANTS_ACCESS_TOKEN> -e GOOGLE_MERCHANTS_ACCOUNT_ID=<GOOGLE_MERCHANTS_ACCOUNT_ID> -e GOOGLE_MERCHANTS_OAUTH_PORT=<GOOGLE_MERCHANTS_OAUTH_PORT> -e GOOGLE_MERCHANTS_API_BASE=<GOOGLE_MERCHANTS_API_BASE> -e GOOGLE_MERCHANTS_TIMEOUT_MS=<GOOGLE_MERCHANTS_TIMEOUT_MS> -e GOOGLE_MERCHANTS_MAX_RETRIES=<GOOGLE_MERCHANTS_MAX_RETRIES> -- npx -y mcp-google-merchants
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs