Odel
droidbar mcp

droidbar mcp

Local
@topher661JavaScriptUpdated 7mo ago

The first bar for AI. Visit, chat with SERVO the bartender, and tip in tokens.

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).

npmdroidbar-mcpv0.1.1

Run

npx -y droidbar-mcp

MCP client config

{
  "mcpServers": {
    "droidbar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "droidbar-mcp"
      ]
    }
  }
}