Loading MCP server directory, please wait...
Drive a Tailscale node and its tailnet through the CLI and the control-plane API
npx @getmcp/cli add io.github.tailscale-mcp/tailscale-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tailscale-mcp/tailscale-mcp": {
"command": "npx",
"args": [
"-y",
"@tailscale-mcp/tailscale-mcp"
],
"env": {
"TAILSCALE_API_KEY": "",
"TAILSCALE_OAUTH_CLIENT_ID": "",
"TAILSCALE_OAUTH_CLIENT_SECRET": "",
"TAILSCALE_TAILNET": "",
"TAILSCALE_MCP_PRESET": "core",
"TAILSCALE_MCP_ALLOW_WRITE": "false",
"TAILSCALE_MCP_ALLOW_DESTRUCTIVE": "false"
}
}
}
}