Odel
Tailscale MCP Server

Tailscale MCP Server

Local
@itunified-io1TypeScriptAGPL-3.0Updated 5mo ago

Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtailscale-mcpv2026.3.16

Run

npx -y tailscale-mcp

MCP client config

{
  "mcpServers": {
    "tailscale-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tailscale-mcp"
      ]
    }
  }
}