Skip to content
Cursor

daleads mcp for Cursor

io.github.resuly/daleads-mcp

Australian development application and property intelligence data for AI agents.

client:Cursor transport:stdio runtime:pypi

Install daleads mcp in Cursor

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

{
  "mcpServers": {
    "daleads-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "daleads-mcp"
      ]
    }
  }
}

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

daleads mcp in other clients