Rust MCP server and CLI for Tailscale tailnet operations: devices, users, keys, policies, auth, and agent-friendly automation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rtailscale": {
"command": "cargo",
"args": [
"run",
"--",
"rtailscale"
]
}
}
}
Run in terminal:
claude mcp add rtailscale cargo run -- rtailscale
Add to .cursor/mcp.json:
{
"mcpServers": {
"rtailscale": {
"command": "cargo",
"args": [
"run",
"--",
"rtailscale"
]
}
}
}