
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
mcp-tailscale
Advanced tools
MCP server for Tailscale API - manage devices, check status, and configure your tailnet
MCP server for managing your Tailscale network (tailnet) through Claude Code and other MCP clients.
| Tool | Description |
|---|---|
tailscale_list_devices | List all devices in your tailnet |
tailscale_get_device | Get details about a specific device |
tailscale_list_online_devices | List only online/connected devices |
tailscale_list_offline_devices | List only offline/disconnected devices |
tailscale_check_updates | Check which devices need updates |
tailscale_device_summary | Get summary stats (online/offline, by OS, etc.) |
npm install
npm run build
TAILSCALE_API_KEY - Required. Your Tailscale API key from https://login.tailscale.com/admin/settings/keysTAILSCALE_TAILNET - Optional. Defaults to - (your current user's tailnet)tskey-api-)Add to your claude_desktop_config.json:
{
"mcpServers": {
"tailscale": {
"command": "node",
"args": ["/absolute/path/to/mcp-tailscale/dist/index.js"],
"env": {
"TAILSCALE_API_KEY": "tskey-api-your-key-here"
}
}
}
}
claude mcp add mcp-tailscale --type stdio
claude mcp config mcp-tailscale command "node"
claude mcp config mcp-tailscale args '["'$(pwd)'/dist/index.js"]'
claude mcp config mcp-tailscale env.TAILSCALE_API_KEY "tskey-api-your-key-here"
Can you list all my Tailscale devices?
Which of my Tailscale devices are currently online?
Do any of my Tailscale devices need updates?
Show me details about my device named "COMPY"
Give me a summary of my Tailscale network
# Build
npm run build
# Watch mode
npm run watch
# Test locally
TAILSCALE_API_KEY=your-key node dist/index.js
This MCP server uses read-only API calls. It does not modify your Tailscale configuration. The API key only needs:
Contributions are welcome! Please feel free to submit a Pull Request.
See CHANGELOG.md for version history and release notes.
MIT License - see LICENSE for details.
Jim Christian
FAQs
MCP server for Tailscale API - manage devices, check status, and configure your tailnet
The npm package mcp-tailscale receives a total of 11 weekly downloads. As such, mcp-tailscale popularity was classified as not popular.
We found that mcp-tailscale demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.