From shopify-plugin
Runs locally as a subprocess to provide Shopify development tools for app building, theme editing, store management, and API access.
npx claudepluginhub shopify/shopify-plugins --plugin shopify-pluginAdd to your .mcp.json:
{
"mcpServers": {
"shopify-mcp": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp@latest"
]
}
}
}npxShare bugs, ideas, or general feedback.