go unifi mcp for Grok
io.github.claytono/go-unifi-mcp
Manage UniFi sites, devices, clients, networks, port forwarding, DNS, and firewall
client:Grok
transport:stdio
runtime:oci
Install go unifi mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"go-unifi-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/claytono/go-unifi-mcp:v0.3.1"
]
}
}
}
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