mcp-tailscale
Verified Safeby aplaceforallmystuff
Overview
Provides a Model Context Protocol (MCP) server to interact with the Tailscale API for read-only network management tasks.
Installation
node dist/index.jsEnvironment 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
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
mcp-server-kubernetes
This MCP server enables AI agents to connect to and manage Kubernetes clusters by executing kubectl and Helm commands.
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
unifi-network-mcp
Programmatic management and automation of UniFi Network Controllers, enabling external systems (like LLMs or custom scripts) to interact with UniFi devices, clients, and network configurations.