Loading MCP server directory, please wait...
MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-merchantsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-merchants": {
"command": "npx",
"args": [
"-y",
"mcp-google-merchants"
],
"env": {
"GOOGLE_MERCHANTS_CLIENT_ID": "",
"GOOGLE_MERCHANTS_CLIENT_SECRET": "",
"GOOGLE_MERCHANTS_REFRESH_TOKEN": "",
"GOOGLE_MERCHANTS_ACCESS_TOKEN": "",
"GOOGLE_MERCHANTS_ACCOUNT_ID": "",
"GOOGLE_MERCHANTS_API_BASE": "https://merchantapi.googleapis.com",
"GOOGLE_MERCHANTS_TIMEOUT_MS": "60000",
"GOOGLE_MERCHANTS_MAX_RETRIES": "3"
}
}
}
}