Skip to content
Claude Code

Shopify Admin MCP for Claude Code

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

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

client:Claude Code transport:stdio runtime:npm

Install Shopify Admin MCP in Claude Code

run in your project directory

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

claude mcp add mcp-shopify-admin -e SHOPIFY_STORE_DOMAIN=<SHOPIFY_STORE_DOMAIN> -e SHOPIFY_ACCESS_TOKEN=<SHOPIFY_ACCESS_TOKEN> -e SHOPIFY_CLIENT_ID=<SHOPIFY_CLIENT_ID> -e SHOPIFY_CLIENT_SECRET=<SHOPIFY_CLIENT_SECRET> -e SHOPIFY_API_VERSION=<SHOPIFY_API_VERSION> -e SHOPIFY_API_BASE=<SHOPIFY_API_BASE> -e SHOPIFY_TIMEOUT_MS=<SHOPIFY_TIMEOUT_MS> -e SHOPIFY_MAX_RETRIES=<SHOPIFY_MAX_RETRIES> -e SHOPIFY_TOKEN_LEEWAY_SECONDS=<SHOPIFY_TOKEN_LEEWAY_SECONDS> -- npx -y mcp-shopify-admin

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Shopify Admin MCP in other clients