Shopify Admin MCP for Claude Desktop
io.github.a1-x-tech/mcp-shopify-admin
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
client:Claude Desktop
transport:stdio
runtime:npm
Install Shopify Admin MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs