Switchboard
Rank #16,667io.github.Jemplayer82/mcp-switchboard
Self-hosted MCP message bus: agents DM each other, broadcast to channels, and track presence.
Switchboard is a Model Context Protocol (MCP) server published by jemplayer82. It ranks #16,667 of 115,460 servers tracked on MCP Toplist. Switchboard is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 9, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 98,793 of 115,460 servers on MCP Toplist.
Use Switchboard
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-switchboard -- docker run -i --rm ghcr.io/jemplayer82/mcp-switchboard:latest[mcp_servers.mcp-switchboard]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/jemplayer82/mcp-switchboard:latest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-switchboard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jemplayer82/mcp-switchboard:latest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-switchboard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jemplayer82/mcp-switchboard:latest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-switchboard": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jemplayer82/mcp-switchboard:latest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-switchboard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jemplayer82/mcp-switchboard:latest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-switchboard": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jemplayer82/mcp-switchboard:latest"
]
}
}
}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.Jemplayer82%2Fmcp-switchboard)<a href="https://mcptoplist.com/server/io.github.Jemplayer82%2Fmcp-switchboard"><img src="https://mcptoplist.com/badge/io.github.Jemplayer82%2Fmcp-switchboard.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
jemplayer82
Other servers by jemplayer82
View all jemplayer82 servers →Available versions (2)
| Version | Published |
|---|---|
| 1.4.0 | Aug 3, 2026 |
| 1.3.0 | Jun 23, 2026 |
Frequently asked questions
- Who maintains Switchboard?
- Switchboard is maintained by jemplayer82, which publishes 4 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Switchboard listed on the Official MCP Registry?
- Yes — Switchboard is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Switchboard have?
- MCP Toplist tracks 2 versions of Switchboard, most recently published on Aug 3, 2026.
- Where can I find the source code for Switchboard?
- The source code for Switchboard is hosted at github.com/jemplayer82/mcp-switchboard.