Loading MCP server directory, please wait...
MCP server exposing Hummingbot API for automated multi-exchange trading
npx @getmcp/cli add io.github.hummingbot/mcpRequires Docker Engine. Community-contributed server. Review source before installing.
HUMMINGBOT_API_URLBase URL of the Hummingbot API (e.g., http://host.docker.internal:8820 or http://localhost:8000)
HUMMINGBOT_USERNAMEHummingbot API username
HUMMINGBOT_PASSWORDHummingbot API password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hummingbot/mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HUMMINGBOT_API_URL",
"-e",
"HUMMINGBOT_USERNAME",
"-e",
"HUMMINGBOT_PASSWORD",
"docker.io/hummingbot/hummingbot-mcp:0.1.0"
],
"env": {
"HUMMINGBOT_API_URL": "",
"HUMMINGBOT_USERNAME": "",
"HUMMINGBOT_PASSWORD": ""
}
}
}
}