zed-mcp-server-shopify-dev

TheBeyondGroup/zed-mcp-server-shopify-dev
★ 5 stars Rust 🔌 API Integration Updated 6mo ago
A context server extension to add Shopify Dev MCP server to Zed
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zed-mcp-server-shopi": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "zed-mcp-server-shopify-dev"
      ]
    }
  }
}