Back to Apps

Tailscale MCP Server
by hexsleeves
Automate Tailscale network management, monitoring, and ACL policies via Model Context Protocol.
0 stars
Works in:Cursor
Exposes:ToolsResourcesPrompts
What it does
Connects an AI agent to your Tailscale network, providing a standardized interface to manage devices, monitor network status, and control access policies without leaving your chat interface.
Tools
list_devices: Lists all devices in the tailnet.device_action: Authorize, expire, deauthorize, or delete device keys.manage_routes: Enable or disable advertised routes.get_network_status: Checks local Tailscale network status.manage_acl: Read, validate, or update the tailnet ACL policy.manage_dns: Update Tailscale DNS settings.manage_exit_nodes: Control and list exit nodes.ping_peer: Ping peers through the local CLI.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tailscale": {
"command": "npx",
"args": ["-y", "@hexsleeves/tailscale-mcp-server"],
"env": {
"TAILSCALE_API_KEY": "tskey-api-...",
"TAILSCALE_TAILNET": "-"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code (CLI)
Quick install
npx -y @hexsleeves/tailscale-mcp-serverInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json using npx @hexsleeves/tailscale-mcp-serverClaude Desktop
Add to claude_desktop_config.json using npx @hexsleeves/tailscale-mcp-server





