Server data from the Official MCP Registry
Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains
Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains
Set these up before or after installing:
Environment variable: TAILSCALE_API_KEY
Environment variable: TAILSCALE_OAUTH_CLIENT_ID
Environment variable: TAILSCALE_OAUTH_CLIENT_SECRET
Environment variable: TAILSCALE_TAILNET
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-itunified-io-tailscale": {
"env": {
"TAILSCALE_API_KEY": "your-tailscale-api-key-here",
"TAILSCALE_TAILNET": "your-tailscale-tailnet-here",
"TAILSCALE_OAUTH_CLIENT_ID": "your-tailscale-oauth-client-id-here",
"TAILSCALE_OAUTH_CLIENT_SECRET": "your-tailscale-oauth-client-secret-here"
},
"args": [
"-y",
"tailscale-mcp"
],
"command": "npx"
}
}
}This is a well-structured Tailscale MCP server with proper authentication via environment variables, comprehensive input validation, and permissions that appropriately match its purpose. The server implements 48 tools for managing Tailscale infrastructure with good security practices and minimal quality concerns. Supply chain analysis found 7 known vulnerabilities in dependencies (1 critical, 6 high severity). Package verification found 1 issue.
Scanned 6 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!