Skip to content
VS Code

shopops mcp for VS Code

io.github.enzoemir1/shopops-mcp

AI e-commerce operations. Inventory, pricing, segmentation, and analytics.

client:VS Code transport:stdio runtime:npm

Install shopops mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "shopops-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shopops-mcp-server"
      ]
    }
  }
}

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

shopops mcp in other clients