Stats
Actions
Tags
From shopify-apps
Runs locally to provide Shopify Polaris component recommendations and validation for App Home, Admin UI, and Checkout UI extensions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"shopify-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp@latest"
],
"env": {
"OPT_OUT_INSTRUMENTATION": "true"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
OPT_OUT_INSTRUMENTATION=truenpx claudepluginhub stilero/claude-plugins --plugin shopify-apps