About
Overview
The Tailscale MCP Server enables AI agents to manage Tailscale mesh VPN networks. It provides tools for listing devices, managing ACL policies, viewing network status, and configuring DNS settings.
Capabilities
Tools & Capabilities
⚡list_devices
List devices in the tailnet
⚡get_device
Get device details
⚡get_acl
Get the ACL policy
⚡list_dns
List DNS nameservers
Setup
Installation
bash
Install
npx -y mcp-server-tailscaleExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"tailscale": {
"command": "npx",
"args": ["-y", "mcp-server-tailscale"],
"env": { "TAILSCALE_API_KEY": "tskey-api-your-key" }
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 35
Last UpdatedFeb 12, 2026