Skip to content
Cursor

booli mcp for Cursor

io.github.chrischall/booli-mcp

Booli.se real estate for Claude: search listings, sold prices, areas & market stats

client:Cursor transport:stdio runtime:npm

Install booli mcp in Cursor

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

{
  "mcpServers": {
    "booli-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/booli-mcp"
      ]
    }
  }
}

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

booli mcp in other clients