Skip to content
Claude Desktop

Ecommerce Mcp for Claude Desktop

io.github.varvararatta/ecommerce_mcp

MCP server for E-Commerce

client:Claude Desktop transport:streamable-http

Install Ecommerce Mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ecommerce_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ecommerce-mcp.mcpize.run/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Ecommerce Mcp in other clients