Back to Home
aplaceforallmystuff icon

mcp-tailscale

Verified Safe

by aplaceforallmystuff

Overview

Provides a Model Context Protocol (MCP) server to interact with the Tailscale API for read-only network management tasks.

Installation

Run Command
node dist/index.js

Environment Variables

  • TAILSCALE_API_KEY
  • TAILSCALE_TAILNET

Security Notes

The server explicitly states it uses read-only API calls, which significantly reduces the attack surface for accidental or malicious configuration changes to the Tailscale network. It handles the 'TAILSCALE_API_KEY' via environment variables, a standard secure practice, and checks for its presence. There are no indications of 'eval', 'child_process' (beyond standard Node.js module loading), or direct shell command injection points. The use of 'fetch' for API calls is standard. Error handling for API responses is present.

Similar Servers

Stats

Interest Score23
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars5
Forks0
Last Update2025-12-27

Tags

TailscaleNetwork ManagementVPNMCPAPI