arr-mcp for Cursor
io.github.bardesss/arr-mcp
One server, 38 tools, the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr
client:Cursor
transport:stdio
runtime:oci
Install arr-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs