PluginBench
MCP Server
Active
MIT

Cheaplane MCP Server

io.github.millennialdreamer/cheaplane

What is the Cheaplane MCP server?

Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.

How to install Cheaplane

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DELEGATE_BASE_URL

    OpenAI-compatible endpoint serving the cheap models — usually a local LiteLLM proxy.

  • DELEGATE_API_KEY
    secret

    Key for that endpoint. A local proxy ignores it; set a real one for a hosted endpoint.

  • DELEGATE_TIMEOUT

    Per-call timeout in seconds. Raise it for long documents.

  • DELEGATE_MODEL_MAP

    JSON remapping the built-in aliases to your proxy's model names, e.g. {"deepseek": "deepseek-v4"}.

  • DELEGATE_NO_LOG

    Set to 1 to disable the local savings ledger (metadata only, never task content).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cheaplane": {
      "command": "uvx",
      "args": [
        "cheaplane"
      ],
      "env": {
        "DELEGATE_BASE_URL": "<YOUR_DELEGATE_BASE_URL>",
        "DELEGATE_API_KEY": "<YOUR_DELEGATE_API_KEY>",
        "DELEGATE_TIMEOUT": "<YOUR_DELEGATE_TIMEOUT>",
        "DELEGATE_MODEL_MAP": "<YOUR_DELEGATE_MODEL_MAP>",
        "DELEGATE_NO_LOG": "<YOUR_DELEGATE_NO_LOG>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cheaplane": {
      "command": "uvx",
      "args": [
        "cheaplane"
      ],
      "env": {
        "DELEGATE_BASE_URL": "<YOUR_DELEGATE_BASE_URL>",
        "DELEGATE_API_KEY": "<YOUR_DELEGATE_API_KEY>",
        "DELEGATE_TIMEOUT": "<YOUR_DELEGATE_TIMEOUT>",
        "DELEGATE_MODEL_MAP": "<YOUR_DELEGATE_MODEL_MAP>",
        "DELEGATE_NO_LOG": "<YOUR_DELEGATE_NO_LOG>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cheaplane": {
      "command": "uvx",
      "args": [
        "cheaplane"
      ],
      "env": {
        "DELEGATE_BASE_URL": "<YOUR_DELEGATE_BASE_URL>",
        "DELEGATE_API_KEY": "<YOUR_DELEGATE_API_KEY>",
        "DELEGATE_TIMEOUT": "<YOUR_DELEGATE_TIMEOUT>",
        "DELEGATE_MODEL_MAP": "<YOUR_DELEGATE_MODEL_MAP>",
        "DELEGATE_NO_LOG": "<YOUR_DELEGATE_NO_LOG>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cheaplane": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cheaplane"
      ],
      "env": {
        "DELEGATE_BASE_URL": "<YOUR_DELEGATE_BASE_URL>",
        "DELEGATE_API_KEY": "<YOUR_DELEGATE_API_KEY>",
        "DELEGATE_TIMEOUT": "<YOUR_DELEGATE_TIMEOUT>",
        "DELEGATE_MODEL_MAP": "<YOUR_DELEGATE_MODEL_MAP>",
        "DELEGATE_NO_LOG": "<YOUR_DELEGATE_NO_LOG>"
      }
    }
  }
}
Claude Code
claude mcp add cheaplane --env DELEGATE_BASE_URL=<YOUR_DELEGATE_BASE_URL> --env DELEGATE_API_KEY=<YOUR_DELEGATE_API_KEY> --env DELEGATE_TIMEOUT=<YOUR_DELEGATE_TIMEOUT> --env DELEGATE_MODEL_MAP=<YOUR_DELEGATE_MODEL_MAP> --env DELEGATE_NO_LOG=<YOUR_DELEGATE_NO_LOG> -- uvx cheaplane

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →