Skip to content
Claude Desktop

leaseclear mcp for Claude Desktop

io.github.amadeuserras/leaseclear-mcp

MCP server for LeaseClear lease Q&A.

client:Claude Desktop transport:stdio runtime:pypi

Install leaseclear mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

leaseclear mcp in other clients