← Index

io.github.hummingbot/mcp

io.github.hummingbot/mcp·v0.1.0·Other
Quality Score
67
/100

MCP server exposing Hummingbot API for automated multi-exchange trading

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/hummingbot/hummingbot-mcp:0.1.0"
      ],
      "env": {
        "HUMMINGBOT_API_URL": "<hummingbot_api_url>",
        "HUMMINGBOT_USERNAME": "<your-hummingbot_username>",
        "HUMMINGBOT_PASSWORD": "<your-hummingbot_password>"
      }
    }
  }
}
§02  Environment variables
HUMMINGBOT_API_URL
required

Base URL of the Hummingbot API (e.g., http://host.docker.internal:8820 or http://localhost:8000)

HUMMINGBOT_USERNAME
requiredsecret

Hummingbot API username

HUMMINGBOT_PASSWORD
requiredsecret

Hummingbot API password

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other