{
  "name": "io.github.Shopify/dev-mcp",
  "description": "The official Shopify MCP connects AI agents to your Shopify admin API. Fetch orders, inspect product catalogs, adjust inventory, read customers, and trigger fulfillments — a command-line-like surface for the store that runs your business.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-04-19",
    "com.top-mcps/score": {
      "value": 61,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-04-19T20:32:57.787Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-04-19T20:32:57.224Z",
      "npmWeeklyDownloads": 16400
    }
  },
  "repository": {
    "url": "https://github.com/Shopify/dev-mcp",
    "source": "github"
  },
  "author": {
    "name": "Shopify"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@shopify/dev-mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "SHOPIFY_ACCESS_TOKEN",
          "description": "SHOPIFY_ACCESS_TOKEN — required credential for Shopify.",
          "isRequired": true,
          "isSecret": true
        },
        {
          "name": "SHOPIFY_SHOP",
          "description": "SHOPIFY_SHOP — required credential for Shopify.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Authenticates with a Shopify Admin API access token scoped to a single shop. Capabilities equal the scopes granted at installation.",
      "gotchas": [
        "The access token is per-shop — switching stores requires a new token and a restarted MCP process.",
        "Destructive actions (delete product, refund order) run immediately if the token has `write_*` scopes."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/shopify",
    "markdown": "https://top-mcps.com/mcp/shopify.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
