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
{
"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