Tailscale MCP Server
March 9, 2025 ยท View on GitHub
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
- Build the Go binary
- 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"]
}
}
}