mcpbeat Sign in

Bussin MCP Server

local only

Bussin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 627 installs a week from npm. Last commit 15 Sep 2026.

MCP server for Azure Service Bus. Peek, search and replay dead-letter messages from any MCP client.

Installs per day peak 566 · avg 18
a month agotoday
627
Installs / week
npm · bussin-mcp
5
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
HTML

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime client-js/index.html:266
        listEl.innerHTML = Array.from(lockedMessagesMap.entries())
Page loads a third-party script src/wwwroot/index.html:107
    <script src="https://alcdn.msauth.net/browser/2.33.0/js/msal-browser.min.js"></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 bussin-mcp -- npx -y bussin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bussin-mcp": {
      "args": [
        "-y",
        "bussin-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bussin-mcp]
command = "npx"
args = ["-y", "bussin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bussin-mcp": {
      "args": [
        "-y",
        "bussin-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bussin-mcp": {
      "args": [
        "-y",
        "bussin-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bussin MCP

same job, measured the same way
Azure Updates
by jonnybottles

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

97 installs/wk local only
MCP Server Cloud Fs
by nogoo9

Cloud replacement for mcp-server-filesystem — 20 tools for S3, Azure Blob, and GCS

43 installs/wk local only
Azure IoT Hub
by nagarjunr

MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.

62 installs/wk local only
AWS IoT Core
by nagarjunr

MCP server for AWS IoT Core: device registry, shadows, jobs, rules, messaging.

54 installs/wk local only
I
Airbrake MCP Server
by dach3r

Query Airbrake errors, notices, deploys, and project stats from MCP clients

214 installs/wk local only
Docker
by ofershap

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

193 installs/wk local only
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

39 installs/wk answering

Bussin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bussin MCP?
Bussin MCP 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 bussin-mcp was installed 627 times last week.
How do I connect Bussin MCP?
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 bussin-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bussin MCP?
The npm package bussin-mcp was installed 627 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bussin MCP open source?
We cannot say either way: written in HTML and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.