Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"shopify-admin-mcp"
],
"env": {
"SHOPIFY_STORE": "${user_config.shopify_store}",
"SHOPIFY_CLIENT_ID": "${user_config.shopify_client_id}",
"SHOPIFY_API_VERSION": "${user_config.shopify_api_version}",
"SHOPIFY_CLIENT_SECRET": "${user_config.shopify_client_secret}"
}
}
}
}Replace placeholder values for: SHOPIFY_CLIENT_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SHOPIFY_STORE=${user_config.shopify_store}SHOPIFY_CLIENT_ID=${user_config.shopify_client_id}SHOPIFY_API_VERSION=${user_config.shopify_api_version}SHOPIFY_CLIENT_SECRET=${user_config.shopify_client_secret}Sensitive values you must provide — never committed to source control
npx claudepluginhub chasewnorton/shopify-admin-mcp --plugin shopify-admin