tailscale-mcp

tailscale-mcp

3.2

If you are the rightful owner of tailscale-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An experimental Tailscale MCP server created by reverse engineering the Tailscale client.

Tailscale MCP Server

An experimental Tailscale MCP server created by reverse engineering the Tailscale client.


Windows Only Support

Currently, this server only supports Windows platforms.

Running the Server

  1. Build the Go binary
  2. Add the following configuration to your MCP config:
{
    "mcpServers": {
        "tailscale-mcp": {
            "command": "$absolute-path-of-tailscale-mcp.exe",
            "args": ["-client_id=$CLIENT_ID","-client_secret=$CLIENT_SECRET"]
        }
    }
}