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