MCP.so
ログイン

Tailscale MCP Server

@Dhananjay-JSR

Tailscale MCP Server について

An Experimental Tailscale MCP Server

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

Dhananjay-JSR

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "tailscale-mcp": {
      "command": "$absolute-path-of-tailscale-mcp.exe",
      "args": [
        "-client_id=$CLIENT_ID",
        "-client_secret=$CLIENT_SECRET"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ