Metadata-Version: 2.4
Name: iflow-mcp_mrnugget-tailscale-mcp
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.2.0

# 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
```
