A MCP Server for efficiently managing and automating TV shows and movies in Sonarr and Radarr setups. Simplify your media library management with
A MCP Server for efficiently managing and automating TV shows and movies in Sonarr and Radarr setups. Simplify your media library management with AI-driven insights and commands. That is what the gptdarr mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
GPTDARR is an AI tool server using Model Context Protocol (MCP) that integrates with Sonarr and Radarr. It helps AI assistants search, add, and manage TV shows and movies in your media library.
Installation goes through your MCP client rather than a global install: point it at gptdarr on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
The server publishes 8 tools. What each one is for:
lookup-content — Search for TV shows and moviesParameters — - title: The title to search foradd-series — Add TV series to SonarrseriesName — Name of the TV seriesadd-movies — Add movies to Radarrtitle — Title of the moviePrerequisites — The Prerequisites tool exposed by this serverLogging — The logs are mostly for development, and we suggest disabling them when running setup. - Content lookups - Series and movie additions - API requestsPlenty of monitoring and observability servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. GPTDARR's toolset — lookup-content, Parameters, add-series and 5 more — is a fair guide to whether it matches your workflow. It is maintained by csmit195; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| lookup-content | Search for TV shows and movies |
| Parameters | - title: The title to search for |
| add-series | Add TV series to Sonarr |
| seriesName | Name of the TV series |
| add-movies | Add movies to Radarr |
| title | Title of the movie |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Logging | The logs are mostly for development, and we suggest disabling them when running setup. - Content lookups - Series and movie additions - API requests and responses - Errors and exceptions |
{
"mcpServers": {
"gptdarr": {
"command": "npx",
"args": ["-y", "gptdarr"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.