Tailscale MCP Server

Tailscale MCP Server

Local
@yawlabs30TypeScriptMITUpdated 2 days ago

Tailscale MCP server for managing your tailnet from AI assistants

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).

npm@yawlabs/tailscale-mcpv0.21.0

Run

npx -y @yawlabs/tailscale-mcp

MCP client config

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