Sonarr (MCP Server)

GitHub

Smart PVR for newsgroup and bittorrent users.

15,103 stars C# MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Sonarr": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Sonarr"
      ]
    }
  }
}