mcp-arr
mcp-arr
Sonarr, Radarr 및 Prowlarr용 로컬 MCP 서버입니다.
요구 사항
Node.js 20 이상
완전한 base-URL/API-key 쌍을 갖춘 지원 애플리케이션 하나 이상
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 키는 반드시 함께 제공해야 합니다. 완전한 쌍을 하나 이상 구성하세요. 예제 호스트는 예약된 .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