Tailscale MCP Server for VS Code
io.github.yawlabs/tailscale-mcp
Tailscale MCP server for managing your tailnet from AI assistants
client:VS Code
transport:stdio
runtime:npm
Install Tailscale MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"tailscale-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/tailscale-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs