arr-mcp for Grok
io.github.bardesss/arr-mcp
One server, 38 tools, the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr
client:Grok
transport:stdio
runtime:oci
Install arr-mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"arr-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bardesss/arr-mcp:1.33.1"
],
"env": {
"PUID": "<PUID>",
"PGID": "<PGID>",
"TZ": "<TZ>"
}
}
}
}
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