arr-mcp for Windsurf
io.github.bardesss/arr-mcp
One server, 38 tools, the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr
client:Windsurf
transport:stdio
runtime:oci
Install arr-mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"arr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/bardesss/arr-mcp:1.33.1"
],
"env": {
"PUID": "<PUID>",
"PGID": "<PGID>",
"TZ": "<TZ>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs