Skip to content
Cursor

leaseclear mcp for Cursor

io.github.amadeuserras/leaseclear-mcp

MCP server for LeaseClear lease Q&A.

client:Cursor transport:stdio runtime:pypi

Install leaseclear mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "leaseclear-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "leaseclear-mcp"
      ],
      "env": {
        "LEASECLEAR_API_KEY": "<LEASECLEAR_API_KEY>",
        "LEASECLEAR_API_URL": "<LEASECLEAR_API_URL>"
      }
    }
  }
}

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

leaseclear mcp in other clients