Back to MCP Servers
Dev
Model Context Protocol (MCP) server that interacts with Shopify Dev.
other-tools-and-integrations
By Shopify
Installation
npx -y dev-mcpConfiguration
{
"mcpServers": {
"dev-mcp": {
"command": "npx",
"args": ["-y", "dev-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes