Skip to content
Cursor

cartier mcp for Cursor

io.github.mrfentmen/cartier-mcp

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

client:Cursor transport:stdio runtime:npm

Install cartier mcp in Cursor

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

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

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

cartier mcp in other clients