MCP.so
ログイン

Sonarr MCP Server

@jbydeley

Sonarr MCP Server について

Give your LLM access to Sonarr

基本情報

カテゴリ

その他

ライセンス

BSL-1.0

ランタイム

node

トランスポート

stdio

公開者

jbydeley

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "sonarr": {
      "command": "npx",
      "args": [
        "-y",
        "sonarr-mcp"
      ],
      "env": {
        "SONARR_URL": "http://localhost:8989",
        "SONARR_API_KEY": ""
      }
    }
  }
}

ツール

6

Search for a TV series by term

Find episodes for a series

Get paginated logs from Sonarr

List recent download history

List upcoming episodes from the calendar

Add a series to Sonarr

概要

What is Sonarr MCP Server?

It is an MCP (Model Context Protocol) server that provides a set of tools and resources for interacting with a Sonarr instance programmatically. It is designed for users who want to automate Sonarr TV series management through AI assistants or other MCP clients.

How to use Sonarr MCP Server?

Install the server via npx or by cloning the repository and building it locally. Configure it by setting the SONARR_URL and SONARR_API_KEY environment variables, then add it to your MCP client configuration (e.g., Claude Desktop). The server communicates using stdio transport.

Key features of Sonarr MCP Server

  • Search for a TV series by term
  • Find episodes for a series
  • List upcoming episodes from calendar
  • Add a series to Sonarr
  • Retrieve series and episode details via resources
  • List quality profiles and definitions

Use cases of Sonarr MCP Server

  • Automate adding new TV series to Sonarr via an AI assistant
  • Query upcoming episodes to plan viewing
  • Search for series and retrieve episode information for media management
  • Monitor recent downloads and logs for troubleshooting
  • Integrate Sonarr management into a larger automation workflow

FAQ from Sonarr MCP Server

What are the prerequisites for Sonarr MCP

コメント

「その他」の他のコンテンツ