Tailscale状态查询
STDIO允许Claude查询Tailscale状态的服务器
允许Claude查询Tailscale状态的服务器
Super small MCP server that allows Claude to query Tailscale status by running
the tailscale
CLI on macOS.
VERY DRAFTY!
/Applications/Tailscale.app/Contents/MacOS/Tailscale
Run the server with stdio transport (default):
python tailscale.py
Run the server with HTTP transport on a specific port:
python tailscale.py --transport http --port 4001