UniFi RMCP for Grok
ai.dinglebear/runifi
Rust MCP server and CLI for UniFi Network controller operations.
client:Grok
transport:stdio
runtime:npm
Install UniFi RMCP in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs