Shopify-MCP-Tools

sudip358/Shopify-MCP-Tools
★ 1 stars TypeScript 🤖 AI/LLM Updated 7mo ago
Shopify MCP (Model Context Protocol) tools for AI assistants
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": {
    "shopify-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "sudip358/Shopify-MCP-Tools"
      ]
    }
  }
}