mcp-arr
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-arrWindows:
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 ドメインを使用しており、キーはプレースホルダーです。ご自身のインスタンスの値に置き換えてください。
Maintenance
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
- AlicenseAqualityAmaintenanceAn 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.29MIT
- FlicenseAqualityAmaintenanceMCP 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
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants to manage your Radarr movies and Sonarr TV shows, including search, add, delete, monitor, and grab releases.
- AlicenseNot gradedqualityCmaintenanceMCP server that enables local LLMs to manage a home media stack including Radarr, Sonarr, Prowlarr, and others.MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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