mcpbeat Sign in

Droidbar MCP Server

local only

Droidbar runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 30 Jan 2026.

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

Installs per day peak 21 · avg 5 · -3% w/w
a month agotoday
26
Installs / week
npm · droidbar-mcp
1
Stars
0 open issues
30 Jan 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Droidbar every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add droidbar -- npx -y droidbar-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "droidbar": {
      "args": [
        "-y",
        "droidbar-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.droidbar]
command = "npx"
args = ["-y", "droidbar-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "droidbar": {
      "args": [
        "-y",
        "droidbar-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "droidbar": {
      "args": [
        "-y",
        "droidbar-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Droidbar

same job, measured the same way
GPT Chat
by codechap

MCP server for the OpenAI ChatGPT API — chat, vision, and embeddings

local only
C
Errata
by apidefects

What is known to be broken in an MCP server or API operation, with the check that found it.

1 tools answering
Grok Chat
by codechap

MCP server for the xAI Grok API — chat, vision, search, and embeddings

local only
Crimson Crab MCP Template
by singhpratech

Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude

local only
Bazos MCP
by andrijdavid

MCP server for interacting with Bazos.cz and Bazos.sk

44 installs/wk local only
Better Notion MCP
by n24q02m

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

205 installs/wk local only
Ace Context MCP
by dw-dwain

Local-first memory for AI chats: save context in one chat, load it in any other via MCP.

local only
Manager.io MCP
by flumpiey

MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools

164 installs/wk local only

Droidbar — questions

Answers built from our own checks of this server.

Why is there no uptime for Droidbar?
Droidbar runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package droidbar-mcp was installed 26 times last week.
How do I connect Droidbar?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls droidbar-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Droidbar?
The npm package droidbar-mcp was installed 26 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Droidbar open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.