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
{
"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