From kaneshin-claude-code-plugin
Runs locally as a subprocess to provide Shopify development tools for app building, theme editing, store management, and API access.
npx claudepluginhub kaneshin/dotfiles --plugin kaneshin-claude-code-pluginAdd to your .mcp.json:
{
"mcpServers": {
"shopify-dev-mcp": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp@latest"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxShare bugs, ideas, or general feedback.