dev-mcp

dev-mcp

293

The Shopify Dev MCP Server is designed to facilitate interactions with Shopify APIs through a Model Context Protocol, offering support for the Admin GraphQL API and Functions, with optional Polaris Web Components integration. It provides essential tools and prompts to enhance usability and development.

npx
{
  "mcpServers": {
    "shopify-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp@latest"
      ]
    }
  }
}
cmd
{
  "mcpServers": {
    "shopify-dev-mcp": {
      "command": "cmd",
      "args": [
        "/k",
        "npx",
        "-y",
        "@shopify/dev-mcp@latest"
      ]
    }
  }
}
npx
{
  "mcpServers": {
    "shopify-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp@latest"
      ],
      "env": {
        "OPT_OUT_INSTRUMENTATION": "true"
      }
    }
  }
}
npx
{
  "mcpServers": {
    "shopify-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp@latest"
      ],
      "env": {
        "POLARIS_UNIFIED": "true"
      }
    }
  }
}