Shopify Admin MCP for Windsurf
io.github.a1-x-tech/mcp-shopify-admin
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
client:Windsurf
transport:stdio
runtime:npm
Install Shopify Admin MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs