What is the Labby MCP server?
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.
How to install Labby
Copy-paste configuration for popular MCP clients.
LABBY_VERSIONOptional GitHub release tag override for the downloaded Labby binary.
LABBY_REPOOptional GitHub owner/repo override for release asset downloads.
LABBY_LOGTracing filter for Labby runtime logs.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add labby --env LABBY_VERSION=<YOUR_LABBY_VERSION> --env LABBY_REPO=<YOUR_LABBY_REPO> --env LABBY_LOG=<YOUR_LABBY_LOG> -- npx -y @dinglebear/labby mcpRelated MCP servers
Unraid RMCP
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.
Unraid MCP
MCP server for Unraid API — interact with Unraid servers via GraphQL.
Yarr MCP
Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.
Yarr MCP
Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.
Tailscale RMCP
Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.
Tailscale RMCP
Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.