Remote MCP server for Sonarr, Radarr, qBittorrent, and Seerr — manage your arr stack via Claude.ai on mobile
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"arr-mcp": {
"command": "npx",
"args": [
"-y",
"trololol91/arr-mcp"
]
}
}
}
Run in terminal:
claude mcp add arr-mcp npx -y trololol91/arr-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"arr-mcp": {
"command": "npx",
"args": [
"-y",
"trololol91/arr-mcp"
]
}
}
}