MCP.so
Sign In

Tailscale MCP Server

@Dhananjay-JSR

About Tailscale MCP Server

An Experimental Tailscale MCP Server

Basic information

Category

Other

Runtime

go

Transports

stdio

Publisher

Dhananjay-JSR

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.

Comments

More Other MCP servers