Tailscale

Tailscale MCP Connector for Claude

A+

Manage your Tailscale mesh network — list devices, update ACL policies, manage auth keys, and inspect users directly from any AI agent.

13 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Tailscale network (tailnet) to any AI agent and take full control of your zero-trust infrastructure through natural conversation.

What you can do

  • Device Management — List all nodes in your tailnet, fetch specific device details, authorize new machines, or update device tags to organize your fleet.
  • Network Security (ACLs) — Retrieve and update your HuJSON policy files (ACLs) to manage access control without leaving your chat interface.
  • Authentication Keys — List, create, and delete auth keys to automate node joining or manage ephemeral server access.
  • User Auditing — List all users within your tailnet and fetch detailed profile information for specific members.
  • Node Cleanup — Securely delete decommissioned devices from your tailnet using their unique IDs.

How it works

  1. Subscribe to this server
  2. Enter your Tailscale API Key
  3. Start managing your private network from Claude, Cursor, or any MCP-compatible client

No more jumping between the Tailscale admin console and your terminal. Your AI acts as a network administrator that understands your infrastructure context.

Who is this for?

  • DevOps Engineers — quickly check node statuses, manage tags, and generate auth keys for CI/CD pipelines.
  • Security Teams — audit tailnet users and inspect or update ACL policies to ensure zero-trust compliance.
  • IT Administrators — authorize new devices and clean up old nodes from the network via simple commands.
vpnzero-trustmesh-networknetwork-securityaclremote-access

13 tools expose this connector's capabilities to your AI agent.

authorize_device

Authorize Device

create_auth_key

Create Auth Key

delete_auth_key

Delete Auth Key

delete_device

Delete Device

get_tailnet_acl

Get Tailnet Policy (ACL)

get_auth_key

Get Auth Key

get_device

Get Device Details

get_user

Get User

list_auth_keys

List Auth Keys

list_tailnet_devices

List Tailnet Devices

list_users

List Users

update_tailnet_acl

Update Tailnet Policy (ACL)

update_device_tags

Update Device Tags

See how to talk to your AI agent using Tailscale.

List all devices in the tailnet 'mycompany.com'.

I've retrieved the device list for mycompany.com. You have 12 active nodes, including 'web-server-01' (ID: 14023) and 'dev-laptop' (ID: 15092). Would you like details on a specific one?

Show me the current ACL policy for my default tailnet.

Fetching the HuJSON policy... Here is your current ACL. It defines 5 groups and 12 access rules. Would you like me to help you update any specific rule?

Create a new reusable auth key for the tailnet 'example.com'.

I've created a new reusable auth key for example.com. The key ID is 'key-abc123xyz'. Please make sure to store it securely as it won't be shown again.

Yes! You can use `get_tailnet_acl` to view the current HuJSON policy and `update_tailnet_acl` to apply changes directly to your tailnet configuration.

Related Connectors