Tailscale MCP Server
@Dhananjay-JSR
Tailscale MCP Server について
An Experimental Tailscale MCP Server
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
🚀 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,
Awesome Mlops
visengerA curated list of references for MLOps

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント