Skip to content
Claude Desktop

shop mcp for Claude Desktop

io.github.hello532/shop-mcp

Read-only Shopify catalogue and stock for LLM agents. Stdlib only, no dependencies.

client:Claude Desktop transport:stdio runtime:pypi

Install shop mcp in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "shop-mcp": {
      "command": "uvx",
      "args": [
        "shop-mcp"
      ],
      "env": {
        "SHOPIFY_SHOP_DOMAIN": "<SHOPIFY_SHOP_DOMAIN>",
        "SHOPIFY_ADMIN_TOKEN": "<SHOPIFY_ADMIN_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

shop mcp in other clients