Content
# Tailscale MCP Server
An experimental Tailscale MCP server created by reverse engineering the Tailscale client.
---
### Windows Only Support
Currently, this server only supports Windows platforms.
### Running the Server
1. Build the Go binary
2. Add the following configuration to your MCP config:
```json
{
"mcpServers": {
"tailscale-mcp": {
"command": "$absolute-path-of-tailscale-mcp.exe",
"args": ["-client_id=$CLIENT_ID","-client_secret=$CLIENT_SECRET"]
}
}
}
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.