PluginBench
MCP Server
Active
AGPL-3.0

Tailscale RMCP MCP Server

ai.dinglebear/rtailscale

What is the Tailscale RMCP MCP server?

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

How to install Tailscale RMCP

Copy-paste configuration for popular MCP clients.

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

    Tailscale API key.

  • TAILSCALE_RMCP_VERSION

    Optional GitHub release tag override for the downloaded Tailscale RMCP binary.

  • TAILSCALE_RMCP_REPO

    Optional GitHub owner/repo override for release asset downloads.

  • TAILSCALE_RMCP_RELEASE_BASE_URL

    Optional release download base URL override.

  • RUST_LOG

    Tracing filter for Tailscale RMCP logs.

  • Authorization
    required
    secret

    Bearer token for the tailscale-rmcp MCP endpoint.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rtailscale": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rtailscale",
        "mcp"
      ],
      "env": {
        "TAILSCALE_API_KEY": "<YOUR_TAILSCALE_API_KEY>",
        "TAILSCALE_RMCP_VERSION": "<YOUR_TAILSCALE_RMCP_VERSION>",
        "TAILSCALE_RMCP_REPO": "<YOUR_TAILSCALE_RMCP_REPO>",
        "TAILSCALE_RMCP_RELEASE_BASE_URL": "<YOUR_TAILSCALE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rtailscale": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rtailscale",
        "mcp"
      ],
      "env": {
        "TAILSCALE_API_KEY": "<YOUR_TAILSCALE_API_KEY>",
        "TAILSCALE_RMCP_VERSION": "<YOUR_TAILSCALE_RMCP_VERSION>",
        "TAILSCALE_RMCP_REPO": "<YOUR_TAILSCALE_RMCP_REPO>",
        "TAILSCALE_RMCP_RELEASE_BASE_URL": "<YOUR_TAILSCALE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rtailscale": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rtailscale",
        "mcp"
      ],
      "env": {
        "TAILSCALE_API_KEY": "<YOUR_TAILSCALE_API_KEY>",
        "TAILSCALE_RMCP_VERSION": "<YOUR_TAILSCALE_RMCP_VERSION>",
        "TAILSCALE_RMCP_REPO": "<YOUR_TAILSCALE_RMCP_REPO>",
        "TAILSCALE_RMCP_RELEASE_BASE_URL": "<YOUR_TAILSCALE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rtailscale": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rtailscale",
        "mcp"
      ],
      "env": {
        "TAILSCALE_API_KEY": "<YOUR_TAILSCALE_API_KEY>",
        "TAILSCALE_RMCP_VERSION": "<YOUR_TAILSCALE_RMCP_VERSION>",
        "TAILSCALE_RMCP_REPO": "<YOUR_TAILSCALE_RMCP_REPO>",
        "TAILSCALE_RMCP_RELEASE_BASE_URL": "<YOUR_TAILSCALE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<YOUR_RUST_LOG>",
        "Authorization": "<YOUR_AUTHORIZATION>"
      }
    }
  }
}
Claude Code
claude mcp add rtailscale --env TAILSCALE_API_KEY=<YOUR_TAILSCALE_API_KEY> --env TAILSCALE_RMCP_VERSION=<YOUR_TAILSCALE_RMCP_VERSION> --env TAILSCALE_RMCP_REPO=<YOUR_TAILSCALE_RMCP_REPO> --env TAILSCALE_RMCP_RELEASE_BASE_URL=<YOUR_TAILSCALE_RMCP_RELEASE_BASE_URL> --env RUST_LOG=<YOUR_RUST_LOG> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @dinglebear/rtailscale 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 — provides tools to interact with an Unraid server's GraphQL API.

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 →

Labby

Active

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

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 →
Tailscale RMCP MCP Server | PluginBench