Skip to content
Cursor

rolex mcp for Cursor

io.github.mrfentmen/rolex-mcp

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

client:Cursor transport:stdio runtime:npm

Install rolex mcp in Cursor

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

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

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

rolex mcp in other clients