bus-mcp
Rank #25,206io.github.jaimenbell/bus-mcp
MCP server fronting a self-hosted coordination-bus HTTP API: post/read/claim/release/heartbeat.
bus-mcp is a Model Context Protocol (MCP) server published by jaimenbell. It ranks #25,206 of 115,460 servers tracked on MCP Toplist. bus-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 90,254 of 115,460 servers on MCP Toplist.
Use bus-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bus-mcp -- uvx bus-mcp[mcp_servers.bus-mcp]
command = "uvx"
args = ["bus-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"bus-mcp": {
"command": "uvx",
"args": [
"bus-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"bus-mcp": {
"command": "uvx",
"args": [
"bus-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bus-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bus-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bus-mcp": {
"command": "uvx",
"args": [
"bus-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bus-mcp": {
"command": "uvx",
"args": [
"bus-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jaimenbell%2Fbus-mcp)<a href="https://mcptoplist.com/server/io.github.jaimenbell%2Fbus-mcp"><img src="https://mcptoplist.com/badge/io.github.jaimenbell%2Fbus-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jaimenbell
Other servers by jaimenbell
- mcp-factory#11,084 · 3 vers
- rag-mcp#17,971 · 1 ver
- github-mcp#25,207 · 2 vers
- desktop-mcp#27,443 · 2 vers
- rails-mcp#27,444 · 1 ver
- vllm-ops-mcp#29,387 · 1 ver
- discord-mcp#31,229 · 2 vers
- GitHub Read MCP Server#99,569
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jul 24, 2026 |
| 0.1.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains bus-mcp?
- bus-mcp is maintained by jaimenbell, which publishes 9 MCP servers (14 total versions) tracked on MCP Toplist.
- Is bus-mcp listed on the Official MCP Registry?
- Yes — bus-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does bus-mcp have?
- MCP Toplist tracks 2 versions of bus-mcp, most recently published on Jul 24, 2026.
- Where can I find the source code for bus-mcp?
- The source code for bus-mcp is hosted at github.com/jaimenbell/bus-mcp.