Skip to content
Cline

Shopify Admin MCP for Cline

io.github.a1-x-tech/mcp-shopify-admin

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

client:Cline transport:stdio runtime:npm

Install Shopify Admin MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "mcp-shopify-admin": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-shopify-admin"
      ],
      "env": {
        "SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
        "SHOPIFY_ACCESS_TOKEN": "<SHOPIFY_ACCESS_TOKEN>",
        "SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
        "SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>",
        "SHOPIFY_API_VERSION": "<SHOPIFY_API_VERSION>",
        "SHOPIFY_API_BASE": "<SHOPIFY_API_BASE>",
        "SHOPIFY_TIMEOUT_MS": "<SHOPIFY_TIMEOUT_MS>",
        "SHOPIFY_MAX_RETRIES": "<SHOPIFY_MAX_RETRIES>",
        "SHOPIFY_TOKEN_LEEWAY_SECONDS": "<SHOPIFY_TOKEN_LEEWAY_SECONDS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Shopify Admin MCP in other clients