UniFi RMCP for Cursor
ai.dinglebear/runifi
Rust MCP server and CLI for UniFi Network controller operations.
client:Cursor
transport:stdio
runtime:npm
Install UniFi RMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"runifi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/runifi"
],
"env": {
"UNIFI_URL": "<UNIFI_URL>",
"UNIFI_API_KEY": "<UNIFI_API_KEY>",
"UNIFI_RMCP_VERSION": "<UNIFI_RMCP_VERSION>",
"UNIFI_RMCP_REPO": "<UNIFI_RMCP_REPO>",
"UNIFI_RMCP_RELEASE_BASE_URL": "<UNIFI_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs