Skip to content
VS Code

gucci mcp for VS Code

io.github.mrfentmen/gucci-mcp

Gucci resale listings, prices and details. Not affiliated with Gucci.

client:VS Code transport:stdio runtime:npm

Install gucci mcp in VS Code

.vscode/mcp.json

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

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

gucci mcp in other clients