Back to MCP directory
publicPublicdnsLocal runtime

tailscale-mcp

一个通过逆向Tailscale客户端创建的实验性Tailscale MCP服务器,目前仅支持Windows平台。

article

README

🚀 尾尺度 MCP 服务器

这是一个通过逆向工程 Tailscale 客户端创建的实验性 Tailscale MCP 服务器,可用于特定的网络连接场景,为相关开发和测试工作提供支持。

🚀 快速开始

✨ 主要特性

  • 此服务器为实验性的 Tailscale MCP 服务器,基于逆向工程 Tailscale 客户端创建。
  • 目前仅支持 Windows 平台。

📦 安装指南

运行服务器

  1. 构建 Go 二进制文件。
  2. 将以下配置添加到您的 MCP 配置中:
{
    "mcpServers": {
        "tailscale-mcp": {
            "command": "$absolute-path-of-tailscale-mcp.exe",
            "args": ["-client_id=$CLIENT_ID","-client_secret=$CLIENT_SECRET"]
        }
    }
}

⚠️ 重要提示

目前该服务器仅支持 Windows 平台。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client