Tailscale RMCP
Rank #7,114ai.dinglebear/rtailscale
Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.
Tailscale RMCP is a Model Context Protocol (MCP) server published by jmagar. It ranks #7,114 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Tailscale RMCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 108,346 of 115,460 servers on MCP Toplist.
Use Tailscale RMCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http rtailscale https://ts.dinglebear.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add rtailscale -e "TAILSCALE_API_KEY=<your TAILSCALE_API_KEY>" -e "TAILSCALE_RMCP_VERSION=<your TAILSCALE_RMCP_VERSION>" -e "TAILSCALE_RMCP_REPO=<your TAILSCALE_RMCP_REPO>" -e "TAILSCALE_RMCP_RELEASE_BASE_URL=<your TAILSCALE_RMCP_RELEASE_BASE_URL>" -e "RUST_LOG=<your RUST_LOG>" -- npx -y @dinglebear/rtailscale mcpReplace each placeholder with your own value before saving.
[mcp_servers.rtailscale]
url = "https://ts.dinglebear.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.rtailscale]
command = "npx"
args = ["-y", "@dinglebear/rtailscale", "mcp"]
[mcp_servers.rtailscale.env]
TAILSCALE_API_KEY = "<your TAILSCALE_API_KEY>"
TAILSCALE_RMCP_VERSION = "<your TAILSCALE_RMCP_VERSION>"
TAILSCALE_RMCP_REPO = "<your TAILSCALE_RMCP_REPO>"
TAILSCALE_RMCP_RELEASE_BASE_URL = "<your TAILSCALE_RMCP_RELEASE_BASE_URL>"
RUST_LOG = "<your RUST_LOG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://ts.dinglebear.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"rtailscale": {
"command": "npx",
"args": [
"-y",
"@dinglebear/rtailscale",
"mcp"
],
"env": {
"TAILSCALE_API_KEY": "<your TAILSCALE_API_KEY>",
"TAILSCALE_RMCP_VERSION": "<your TAILSCALE_RMCP_VERSION>",
"TAILSCALE_RMCP_REPO": "<your TAILSCALE_RMCP_REPO>",
"TAILSCALE_RMCP_RELEASE_BASE_URL": "<your TAILSCALE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rtailscale": {
"url": "https://ts.dinglebear.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"rtailscale": {
"command": "npx",
"args": [
"-y",
"@dinglebear/rtailscale",
"mcp"
],
"env": {
"TAILSCALE_API_KEY": "<your TAILSCALE_API_KEY>",
"TAILSCALE_RMCP_VERSION": "<your TAILSCALE_RMCP_VERSION>",
"TAILSCALE_RMCP_REPO": "<your TAILSCALE_RMCP_REPO>",
"TAILSCALE_RMCP_RELEASE_BASE_URL": "<your TAILSCALE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"rtailscale": {
"type": "http",
"url": "https://ts.dinglebear.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"rtailscale": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/rtailscale",
"mcp"
],
"env": {
"TAILSCALE_API_KEY": "<your TAILSCALE_API_KEY>",
"TAILSCALE_RMCP_VERSION": "<your TAILSCALE_RMCP_VERSION>",
"TAILSCALE_RMCP_REPO": "<your TAILSCALE_RMCP_REPO>",
"TAILSCALE_RMCP_RELEASE_BASE_URL": "<your TAILSCALE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rtailscale": {
"serverUrl": "https://ts.dinglebear.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"rtailscale": {
"command": "npx",
"args": [
"-y",
"@dinglebear/rtailscale",
"mcp"
],
"env": {
"TAILSCALE_API_KEY": "<your TAILSCALE_API_KEY>",
"TAILSCALE_RMCP_VERSION": "<your TAILSCALE_RMCP_VERSION>",
"TAILSCALE_RMCP_REPO": "<your TAILSCALE_RMCP_REPO>",
"TAILSCALE_RMCP_RELEASE_BASE_URL": "<your TAILSCALE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"rtailscale": {
"url": "https://ts.dinglebear.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"rtailscale": {
"command": "npx",
"args": [
"-y",
"@dinglebear/rtailscale",
"mcp"
],
"env": {
"TAILSCALE_API_KEY": "<your TAILSCALE_API_KEY>",
"TAILSCALE_RMCP_VERSION": "<your TAILSCALE_RMCP_VERSION>",
"TAILSCALE_RMCP_REPO": "<your TAILSCALE_RMCP_REPO>",
"TAILSCALE_RMCP_RELEASE_BASE_URL": "<your TAILSCALE_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.dinglebear%2Frtailscale)<a href="https://mcptoplist.com/server/ai.dinglebear%2Frtailscale"><img src="https://mcptoplist.com/badge/ai.dinglebear%2Frtailscale.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
jmagar
Other servers by jmagar
- Labby#2,808 · 3 vers
- Unraid MCP#3,147 · 5 vers
- Yarr MCP#3,286 · 5 vers
- Soma#4,679 · 8 vers
- Unraid RMCP#6,943 · 1 ver
- Apprise RMCP#8,185 · 2 vers
- Arcane RMCP#8,326 · 2 vers
- Gotify RMCP#8,590 · 3 vers
- YTDL RMCP#8,747 · 2 vers
- Synapse RMCP#9,392 · 2 vers
- UniFi RMCP#9,507 · 2 vers
- UniFi MCP#10,921 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.4 | Aug 4, 2026 |
| 0.1.3 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Tailscale RMCP?
- Tailscale RMCP is maintained by jmagar, which publishes 29 MCP servers (50 total versions) tracked on MCP Toplist.
- Is Tailscale RMCP listed on the Official MCP Registry?
- Yes — Tailscale RMCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Tailscale RMCP have?
- MCP Toplist tracks 2 versions of Tailscale RMCP, most recently published on Aug 4, 2026.
- Where can I find the source code for Tailscale RMCP?
- The source code for Tailscale RMCP is hosted at github.com/jmagar/tailscale-rmcp.