Tailscale MCP Server
@Dhananjay-JSR
About Tailscale MCP Server
An Experimental Tailscale MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tailscale-mcp": {
"command": "$absolute-path-of-tailscale-mcp.exe",
"args": [
"-client_id=$CLIENT_ID",
"-client_secret=$CLIENT_SECRET"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tailscale MCP Server?
An experimental MCP server created by reverse engineering the Tailscale client. It currently supports only Windows platforms.
How to use Tailscale MCP Server?
Build the Go binary, then add the executable path and arguments -client_id and -client_secret to your MCP configuration.
Key features of Tailscale MCP Server?
- Windows-only support
- Experimental status
- Uses Tailscale API credentials (client ID & secret)
Use cases of Tailscale MCP Server?
—
FAQ from Tailscale MCP Server
What platforms does it support?
Currently only Windows.
How do I configure the server?
Provide the absolute path to the binary and set -client_id and -client_secret arguments in your MCP config.
Is this an official Tailscale product?
No, it is an experimental reverse-engineered server, not affiliated with Tailscale.
Does it work on macOS or Linux?
No, the README states Windows-only support.
What credentials are required?
A Tailscale client ID and client secret, passed as command-line arguments.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments