Skip to main content
Glama

mcp-arr

Sonarr、Radarr、Prowlarr 用のローカル MCP サーバー。

要件

  • Node.js 20 以降

  • 完全なベース URL/API キーのペアを持つサポート対象アプリケーションが 1 つ以上

Related MCP server: Arr-MCP

インストール

レジストリパッケージが利用可能になるまで、ソースチェックアウトから実行可能ファイルをインストールします。REPOSITORY_URL をこのリポジトリのチェックアウト URL に置き換え、ビルドして、結果のローカルパッケージを専用ディレクトリにインストールします:

git clone REPOSITORY_URL mcp-arr
cd mcp-arr
npm ci
npm run build
cd ..
mkdir mcp-arr-install
cd mcp-arr-install
npm init --yes
npm install ../mcp-arr

サーバーは stdio 経由の MCP のみをサポートします。インストールした実行可能ファイルの絶対パスを使用してホストコマンドを設定します:

  • POSIX: /absolute/path/to/mcp-arr-install/node_modules/.bin/mcp-arr

  • Windows: C:\absolute\path\to\mcp-arr-install\node_modules\.bin\mcp-arr.cmd

インスタンス設定はコマンド環境を通じて渡します。次のホスト例は POSIX コマンドパスを使用しています:

{
  "command": "/absolute/path/to/mcp-arr-install/node_modules/.bin/mcp-arr",
  "env": {
    "SONARR_URL": "https://sonarr.example.invalid/sonarr",
    "SONARR_API_KEY": "replace-with-sonarr-api-key",
    "RADARR_URL": "https://radarr.example.invalid/radarr",
    "RADARR_API_KEY": "replace-with-radarr-api-key",
    "PROWLARR_URL": "https://prowlarr.example.invalid/prowlarr",
    "PROWLARR_API_KEY": "replace-with-prowlarr-api-key"
  }
}

各アプリケーションはオプションですが、URL と API キーは必ず一緒に指定する必要があります。完全なペアを少なくとも 1 つ設定してください。例のホストは予約済みの .invalid ドメインを使用しており、キーはプレースホルダーです。ご自身のインスタンスの値に置き換えてください。

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
5Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    An MCP server for the Servarr stack — Sonarr, Radarr, Lidarr, Readarr, and Prowlarr — packaged as a Docker container. Lets an MCP client (Claude Desktop, etc.) browse and search whichever \*arr apps you're running.
    29
    MIT
  • F
    license
    A
    quality
    A
    maintenance
    MCP server to manage your *ARR media stack (Radarr, Sonarr, Lidarr, Readarr, Prowlarr) for searching, adding, and managing movies, TV shows, music, books, and indexers.
    1
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that enables local LLMs to manage a home media stack including Radarr, Sonarr, Prowlarr, and others.
    MIT

View all related MCP servers

Related MCP Connectors

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

  • A basic MCP server to operate on the Postman API.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fx/mcp-arr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server