google shopping for Claude Desktop
io.github.johnisanerd/google-shopping
Google Shopping products, prices, sellers, and deals as structured data via a hosted MCP server.
client:Claude Desktop
transport:streamable-http
Install google shopping in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-shopping": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com/?tools=johnvc/google-shopping-api-google-shopping-products-prices-deals"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs