Skip to content
Cursor

prada mcp for Cursor

io.github.mrfentmen/prada-mcp

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

client:Cursor transport:stdio runtime:npm

Install prada mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "prada-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "prada-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

prada mcp in other clients