73
/ 100
18 days ago
glama

Sonarr & Radarr MCP Server

Enables interaction with Sonarr and Radarr APIs to query media libraries, check recent additions, view upcoming releases, manage download queues, and perform searches for TV shows and movies through natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: SONARR_API_KEY, RADARR_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPORT
configSONARR_URL"http://sonarr.media.svc.cluster.local:8989"
🔐 secretSONARR_API_KEYyour-sonarr-api-key
configRADARR_URL"http://radarr.media.svc.cluster.local:7878"
🔐 secretRADARR_API_KEYyour-radarr-api-key
configREQUEST_TIMEOUTNo 30 HTTP request timeout in seconds
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/bdfrost-mcp-servarr-ir9o4j)](https://m8ven.ai/mcp/bdfrost-mcp-servarr-ir9o4j)
commit: 8b351e7c9fbec21daf431d701143aa9af3340ccf
code hash: af414ba6db262576de563763a7407af04142df843bf274561bf1b315ef810fdd
verified: 6/17/2026, 12:28:52 PM
view raw JSON →