PluginBench
MCP Server
Active
AGPL-3.0

Labby MCP Server

ai.dinglebear/labby

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LABBY_VERSION

    Optional GitHub release tag override for the downloaded Labby binary.

  • LABBY_REPO

    Optional GitHub owner/repo override for release asset downloads.

  • LABBY_LOG

    Tracing filter for Labby runtime logs.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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 mcp

Related MCP servers

Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.

126
Python
MIT
View repository →

MCP server for Unraid API — interact with Unraid servers via GraphQL.

126
Python
MIT
View repository →

Yarr MCP

Active

Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.

6
Rust
AGPL-3.0
View repository →

Yarr MCP

Active

Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.

6
Rust
AGPL-3.0
View repository →

Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.

5
Rust
AGPL-3.0
View repository →

Rust MCP server and CLI for Tailscale devices, users, keys, policies, and auth.

5
Rust
AGPL-3.0
View repository →