Bus MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from pypi. Last commit 30 Jul 2026.
MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.
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.
claude mcp add bus-mcp -- uvx bus-mcp
{
"mcpServers": {
"bus-mcp": {
"args": [
"bus-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.bus-mcp]
command = "uvx"
args = ["bus-mcp"]
{
"mcpServers": {
"bus-mcp": {
"args": [
"bus-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"bus-mcp": {
"args": [
"bus-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.