📦
Tailscale MCP
An Experimental Tailscale MCP Server
0 installs
1 stars
1 forks
Trust: 41 — Fair
Devtools
Installation
npx tailscale-mcpAsk AI about Tailscale MCP
Powered by Claude · Grounded in docs
I know everything about Tailscale MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
- 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"]
}
}
}
