Cheaplane for Claude Desktop
io.github.millennialdreamer/cheaplane
Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Cheaplane in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cheaplane": {
"command": "uvx",
"args": [
"cheaplane"
],
"env": {
"DELEGATE_BASE_URL": "<DELEGATE_BASE_URL>",
"DELEGATE_API_KEY": "<DELEGATE_API_KEY>",
"DELEGATE_TIMEOUT": "<DELEGATE_TIMEOUT>",
"DELEGATE_MODEL_MAP": "<DELEGATE_MODEL_MAP>",
"DELEGATE_NO_LOG": "<DELEGATE_NO_LOG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs