一个非常小巧的MCP服务器,允许Claude通过在macOS上运行tailscale CLI查询Tailscale状态。
tailscale
非常草稿!
/Applications/Tailscale.app/Contents/MacOS/Tailscale
使用stdio传输(默认)运行服务器:
python tailscale.py
使用HTTP传输在特定端口运行服务器:
python tailscale.py --transport http --port 4001