mcp-arr
MCP server from nunner322/mcp-arr
claude mcp add --transport stdio nunner322-mcp-arr docker run -i nunner322/mcp-arr:latest \ --env MCP_ARR_CONFIG="path/to/config.json (if applicable)"
How to use
mcp-arr is a dedicated MCP server that provides a media management interface and tooling as part of the arr media management suite. It is distributed as a cross-platform executable installer, and can also be run via Docker if you prefer containerized deployment. Once running, you can connect your MCP-enabled clients to the server to manage media libraries, configure download and organization options, and leverage integration points with other tools in the arr ecosystem. The server emphasizes ease of use with a graphical interface and straightforward configuration for local media libraries and preferred formats.
How to install
Prerequisites:
- A supported platform (Windows, macOS, or Linux).
- For containerized deployments, Docker must be installed and running.
- Optional: Node.js or other runtime is not required if you use the provided installers or Docker image.
Installation options:
Option A: Desktop installer (recommended for end users)
- Visit the download page and download the latest installer for your OS (Windows .exe, macOS .dmg, or Linux package).
- Run the installer and follow the on-screen prompts to complete installation.
- Launch the application from your applications menu or desktop shortcut and configure your media library locations.
Option B: Docker (containerized deployment)
- Ensure Docker is installed and running on your system.
- Pull and run the MCP server image: docker run -it --rm -p 8080:8080 nunner322/mcp-arr:latest
- Open your browser and navigate to http://localhost:8080 (adjust port if you mapped differently).
- Configure your media libraries and preferences within the web UI.
Option C: Legacy or alternative packaging If you prefer other packaging formats, refer to the downloads page for any available deb, rpm, or other installers and follow the provided platform-specific instructions.
Additional notes
Tips and caveats:
- The MCP server integrates with the arr media management suite; ensure compatibility with your existing arr components.
- When using Docker, map ports and volumes to persist configuration and media libraries as needed.
- Check for updates on the releases page to keep the MCP server and its integrations current.
- If you encounter issues, verify that your media library paths are accessible by the running process and that any required permissions are granted.
- Environment variables can be used to customize configuration paths or feature toggles; consult the documentation for available options.
Related MCP Servers
mcp-pinecone
Model Context Protocol server to allow for reading and writing from Pinecone. Rudimentary RAG
mcp-arr
MCP server for *arr media management suite
Pare
Dev tools, optimized for agents. Structured, token-efficient MCP servers for git, test runners, npm, Docker, and more.
arr-suite
MCP Server for Plex + the *arr suite of media server tools
mcp-tidy
CLI tool to visualize and manage MCP server configurations in Claude Code. List servers, analyze usage statistics, and clean up unused servers
aguara
MCP server for Aguara. Gives AI agents security scanning as a tool — checks skills, plugins, and configs before install.