Skip to content
Windsurf

mcp server shopify for Windsurf

io.github.aiwerk/mcp-server-shopify

Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).

client:Windsurf transport:stdio runtime:npm

Install mcp server shopify in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-server-shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@aiwerk/mcp-server-shopify"
      ],
      "env": {
        "SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
        "SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
        "SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp server shopify in other clients