Tailscale MCP Server
@Dhananjay-JSR
About Tailscale MCP Server
An Experimental Tailscale MCP Server
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments