https://github.com/mrnugget/tailscale-mcp
https://github.com/mrnugget/tailscale-mcp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrnugget/tailscale-mcp
- Owner: mrnugget
- Created: 2025-01-09T05:58:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T11:20:47.000Z (8 months ago)
- Last Synced: 2025-02-24T12:31:07.490Z (8 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailscale-mcp
Super small MCP server that allows Claude to query Tailscale status by running
the `tailscale` CLI on macOS.VERY DRAFTY!
## Requirements
- Python
- Tailscale installed at `/Applications/Tailscale.app/Contents/MacOS/Tailscale`
- [uv](https://github.com/astral/uv) for dependency management## Running the Server
### STDIO Transport (Default)
Run the server with stdio transport (default):
```bash
python tailscale.py
```### HTTP/SSE Transport
Run the server with HTTP transport on a specific port:
```bash
python tailscale.py --transport http --port 4001
```