Skip to content
VS Code

shopify admin for VS Code

com.mcparmory/shopify-admin

Manage products, orders, customers, inventory, and store configuration

client:VS Code transport:stdio runtime:pypi

Install shopify admin in VS Code

.vscode/mcp.json

{
  "servers": {
    "shopify-admin": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-shopify-admin"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shopify admin in other clients