Skip to content
VS Code

tailscale for VS Code

io.usefulapi/tailscale

Read devices, users, keys, ACLs and DNS for a tailnet; manage devices, routes and auth keys.

client:VS Code transport:streamable-http

Install tailscale in VS Code

.vscode/mcp.json

{
  "servers": {
    "tailscale": {
      "type": "http",
      "url": "https://tailscale.usefulapi.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

tailscale in other clients