Labby
Rank #2,808ai.dinglebear/labby
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.
Labby is a Model Context Protocol (MCP) server published by jmagar. It ranks #2,808 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Labby is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jun 29, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 112,652 of 115,460 servers on MCP Toplist.
Use Labby
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add labby -e "LABBY_VERSION=<your LABBY_VERSION>" -e "LABBY_REPO=<your LABBY_REPO>" -e "LABBY_LOG=<your LABBY_LOG>" -- npx -y @dinglebear/labby mcpReplace each placeholder with your own value before saving.
[mcp_servers.labby]
command = "npx"
args = ["-y", "@dinglebear/labby", "mcp"]
[mcp_servers.labby.env]
LABBY_VERSION = "<your LABBY_VERSION>"
LABBY_REPO = "<your LABBY_REPO>"
LABBY_LOG = "<your LABBY_LOG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"labby": {
"command": "npx",
"args": [
"-y",
"@dinglebear/labby",
"mcp"
],
"env": {
"LABBY_VERSION": "<your LABBY_VERSION>",
"LABBY_REPO": "<your LABBY_REPO>",
"LABBY_LOG": "<your LABBY_LOG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"labby": {
"command": "npx",
"args": [
"-y",
"@dinglebear/labby",
"mcp"
],
"env": {
"LABBY_VERSION": "<your LABBY_VERSION>",
"LABBY_REPO": "<your LABBY_REPO>",
"LABBY_LOG": "<your LABBY_LOG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"labby": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/labby",
"mcp"
],
"env": {
"LABBY_VERSION": "<your LABBY_VERSION>",
"LABBY_REPO": "<your LABBY_REPO>",
"LABBY_LOG": "<your LABBY_LOG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"labby": {
"command": "npx",
"args": [
"-y",
"@dinglebear/labby",
"mcp"
],
"env": {
"LABBY_VERSION": "<your LABBY_VERSION>",
"LABBY_REPO": "<your LABBY_REPO>",
"LABBY_LOG": "<your LABBY_LOG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"labby": {
"command": "npx",
"args": [
"-y",
"@dinglebear/labby",
"mcp"
],
"env": {
"LABBY_VERSION": "<your LABBY_VERSION>",
"LABBY_REPO": "<your LABBY_REPO>",
"LABBY_LOG": "<your LABBY_LOG>"
}
}
}
}Replace each placeholder with your own value before saving.
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/ai.dinglebear%2Flabby)<a href="https://mcptoplist.com/server/ai.dinglebear%2Flabby"><img src="https://mcptoplist.com/badge/ai.dinglebear%2Flabby.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jmagar
Other servers by jmagar
- Unraid MCP#3,147 · 5 vers
- Yarr MCP#3,286 · 5 vers
- Soma#4,679 · 8 vers
- Unraid RMCP#6,943 · 1 ver
- Tailscale RMCP#7,114 · 2 vers
- Apprise RMCP#8,185 · 2 vers
- Arcane RMCP#8,326 · 2 vers
- Gotify RMCP#8,590 · 3 vers
- YTDL RMCP#8,747 · 2 vers
- Synapse RMCP#9,392 · 2 vers
- UniFi RMCP#9,507 · 2 vers
- UniFi MCP#10,921 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 1.8.9 | Aug 4, 2026 |
| 1.8.8 | Aug 4, 2026 |
| 1.1.0 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Labby?
- Labby is maintained by jmagar, which publishes 29 MCP servers (50 total versions) tracked on MCP Toplist.
- Is Labby listed on the Official MCP Registry?
- Yes — Labby is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Labby have?
- MCP Toplist tracks 3 versions of Labby, most recently published on Aug 4, 2026.
- Where can I find the source code for Labby?
- The source code for Labby is hosted at github.com/jmagar/labby.