MCP Server
MCP
Tailscale MCP Server
Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tailscale-mcp",
"version": "2026.3.16",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tailscale API key",
"name": "TAILSCALE_API_KEY"
},
{
"description": "OAuth client ID (alternative to API key)",
"name": "TAILSCALE_OAUTH_CLIENT_ID"
},
{
"description": "OAuth client secret",
"name": "TAILSCALE_OAUTH_CLIENT_SECRET"
},
{
"description": "Tailnet name",
"name": "TAILSCALE_TAILNET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment