mcp
About
MCP server exposing Hummingbot API for automated multi-exchange trading
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HUMMINGBOT_API_URL HUMMINGBOT_USERNAME HUMMINGBOT_PASSWORDClaude Code
claude mcp add --env HUMMINGBOT_API_URL= --env HUMMINGBOT_USERNAME= --env HUMMINGBOT_PASSWORD= mcp -- docker docker.io/hummingbot/hummingbot-mcp:0.1.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp","command":"docker","args":["docker.io/hummingbot/hummingbot-mcp:0.1.0"],"env":{"HUMMINGBOT_API_URL":"","HUMMINGBOT_USERNAME":"","HUMMINGBOT_PASSWORD":""}}'
JSON
{
"mcpServers": {
"mcp": {
"command": "docker",
"args": [
"docker.io/hummingbot/hummingbot-mcp:0.1.0"
],
"env": {
"HUMMINGBOT_API_URL": "",
"HUMMINGBOT_USERNAME": "",
"HUMMINGBOT_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.