What is the UniFi RMCP MCP server?
Rust MCP server and CLI for UniFi Network controller operations.
How to install UniFi RMCP
Copy-paste configuration for popular MCP clients.
UNIFI_URLrequiredUniFi Network controller base URL.
UNIFI_API_KEYrequiredsecretUniFi API key.
UNIFI_RMCP_VERSIONOptional GitHub release tag override for the downloaded UniFi RMCP binary.
UNIFI_RMCP_REPOOptional GitHub owner/repo override for release asset downloads.
UNIFI_RMCP_RELEASE_BASE_URLOptional release download base URL override.
RUST_LOGTracing filter for UniFi RMCP logs.
{
"mcpServers": {
"unifi-rmcp": {
"command": "npx",
"args": [
"-y",
"unifi-rmcp",
"mcp"
],
"env": {
"UNIFI_URL": "<YOUR_UNIFI_URL>",
"UNIFI_API_KEY": "<YOUR_UNIFI_API_KEY>",
"UNIFI_RMCP_VERSION": "<YOUR_UNIFI_RMCP_VERSION>",
"UNIFI_RMCP_REPO": "<YOUR_UNIFI_RMCP_REPO>",
"UNIFI_RMCP_RELEASE_BASE_URL": "<YOUR_UNIFI_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<YOUR_RUST_LOG>"
}
}
}
}{
"mcpServers": {
"unifi-rmcp": {
"command": "npx",
"args": [
"-y",
"unifi-rmcp",
"mcp"
],
"env": {
"UNIFI_URL": "<YOUR_UNIFI_URL>",
"UNIFI_API_KEY": "<YOUR_UNIFI_API_KEY>",
"UNIFI_RMCP_VERSION": "<YOUR_UNIFI_RMCP_VERSION>",
"UNIFI_RMCP_REPO": "<YOUR_UNIFI_RMCP_REPO>",
"UNIFI_RMCP_RELEASE_BASE_URL": "<YOUR_UNIFI_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<YOUR_RUST_LOG>"
}
}
}
}{
"mcpServers": {
"unifi-rmcp": {
"command": "npx",
"args": [
"-y",
"unifi-rmcp",
"mcp"
],
"env": {
"UNIFI_URL": "<YOUR_UNIFI_URL>",
"UNIFI_API_KEY": "<YOUR_UNIFI_API_KEY>",
"UNIFI_RMCP_VERSION": "<YOUR_UNIFI_RMCP_VERSION>",
"UNIFI_RMCP_REPO": "<YOUR_UNIFI_RMCP_REPO>",
"UNIFI_RMCP_RELEASE_BASE_URL": "<YOUR_UNIFI_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<YOUR_RUST_LOG>"
}
}
}
}{
"servers": {
"unifi-rmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"unifi-rmcp",
"mcp"
],
"env": {
"UNIFI_URL": "<YOUR_UNIFI_URL>",
"UNIFI_API_KEY": "<YOUR_UNIFI_API_KEY>",
"UNIFI_RMCP_VERSION": "<YOUR_UNIFI_RMCP_VERSION>",
"UNIFI_RMCP_REPO": "<YOUR_UNIFI_RMCP_REPO>",
"UNIFI_RMCP_RELEASE_BASE_URL": "<YOUR_UNIFI_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<YOUR_RUST_LOG>"
}
}
}
}claude mcp add unifi-rmcp --env UNIFI_URL=<YOUR_UNIFI_URL> --env UNIFI_API_KEY=<YOUR_UNIFI_API_KEY> --env UNIFI_RMCP_VERSION=<YOUR_UNIFI_RMCP_VERSION> --env UNIFI_RMCP_REPO=<YOUR_UNIFI_RMCP_REPO> --env UNIFI_RMCP_RELEASE_BASE_URL=<YOUR_UNIFI_RMCP_RELEASE_BASE_URL> --env RUST_LOG=<YOUR_RUST_LOG> -- npx -y unifi-rmcp mcpRelated MCP servers
Unraid RMCP
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.
Unraid MCP
MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.
Yarr MCP
Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.
Yarr MCP
Rust MCP and CLI server for Sonarr, Radarr, Prowlarr, Plex, Jellyfin, and download clients.
Labby
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.
Tailscale RMCP
Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.