mcpelevator

pacnpal/mcpelevator
★ 0 stars Python AI/LLM Updated 1d ago
Elevate stdio MCP servers into authenticated HTTP endpoints — self-hosted, in one container.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpelevator": {
      "command": "uvx",
      "args": [
        "mcpelevator"
      ]
    }
  }
}

Or install with pip: pip install mcpelevator

README Excerpt

**Elevate stdio MCP servers into authenticated HTTP endpoints. Self-hosted, in one container.** Most [MCP](https://modelcontextprotocol.io) servers ship as **stdio** programs (`npx -y …`, `uvx …`, a command, a docker image). Stdio only works when the client can spawn the process locally, which **phones and most "any device" setups can't do**. mcpelevator runs those servers for you and exposes each one as a remote **Streamable HTTP** endpoint (the transport Claude mobile, Flutter clients, etc. co

Tools (10)

MCPE_ADMIN_TOKENMCPE_DATA_DIRMCPE_FRONTEND_DIRMCPE_HOSTMCPE_MAX_RUNNINGMCPE_PORTMCPE_PUBLIC_BASE_URLMCPE_START_TIMEOUT_SMCPE_TRUSTED_PROXIESMakefile

Topics

dockerfastapillm-toolsmcpmodel-context-protocolself-hostedsveltekit