UniFi RMCP for Claude Code
ai.dinglebear/runifi
Rust MCP server and CLI for UniFi Network controller operations.
client:Claude Code
transport:stdio
runtime:npm
Install UniFi RMCP in Claude Code
run in your project directory
claude mcp add runifi -e UNIFI_URL=<UNIFI_URL> -e UNIFI_API_KEY=<UNIFI_API_KEY> -e UNIFI_RMCP_VERSION=<UNIFI_RMCP_VERSION> -e UNIFI_RMCP_REPO=<UNIFI_RMCP_REPO> -e UNIFI_RMCP_RELEASE_BASE_URL=<UNIFI_RMCP_RELEASE_BASE_URL> -e RUST_LOG=<RUST_LOG> -- npx -y @dinglebear/runifi
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs