Odel
mcp

mcp

Local
@hummingbot59PythonApache-2.0Updated 5mo ago

MCP server exposing Hummingbot API for automated multi-exchange trading

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/hummingbot/hummingbot-mcp:0.1.0

Run

docker run -i --rm docker.io/hummingbot/hummingbot-mcp:0.1.0

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/hummingbot/hummingbot-mcp:0.1.0"
      ]
    }
  }
}