prowlarr-mcp
This MCP server exposes Prowlarr's API as tools for an LLM, enabling full read/write management of a Prowlarr instance. Key capabilities:
System & Commands: Get system status, restart/shutdown, run commands (sync, backup, update), manage backups, view logs, tasks, health, API routes, and filesystem.
Indexers: List, create, update, delete, bulk-edit, test, view stats/schemas/categories, manage status and run actions.
Applications: Manage connected apps (Sonarr, Radarr, Lidarr, Readarr, etc.), their profiles, test connections, bulk operations, and sync indexers.
Download Clients: CRUD, test, bulk edit/delete, and run named actions.
Indexer Proxies: Manage HTTP/SOCKS5 proxies, test, and run actions.
Notifications: Manage notification connections (Discord, Telegram, etc.), test, and run actions.
Tags: CRUD plus usage details across components.
Configuration: Get/update host, UI, development, and download client configs; manage custom filters.
Search & History: Search across indexers or Newznab XML, download releases, push to download clients, ping server, and query paged history with filters.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@prowlarr-mcpsearch for 'The Matrix' across all indexers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
prowlarr-mcp
Part of the arr-mcps collection. MCP server exposing Prowlarr's API v1 (REST) as tools, so an LLM can manage your indexers, applications, download clients, indexer proxies, notifications, tags, and custom filters — plus run cross-indexer searches and issue system commands. The full API surface is covered, read and write.
Built with FastMCP.
Enabling the API on your Prowlarr server
Generate an API key in Prowlarr Settings > General (Authentication section).
Every /api/v1 endpoint requires it, sent as the X-Api-Key header.
Related MCP server: Arr-MCP
Install
Download a wheel from the latest release
and install it as a uv tool (no repo checkout needed):
uv tool install prowlarr_mcp-*.whlThis puts a prowlarr-mcp command on your PATH. Register it with Claude Code:
claude mcp add prowlarr \
--env PROWLARR_URL=http://localhost:9696 \
--env PROWLARR_API_KEY=<key> \
-- prowlarr-mcpFrom source
uv sync
cp .env.example .env # fill in PROWLARR_URL and PROWLARR_API_KEYclaude mcp add prowlarr \
--env PROWLARR_URL=http://localhost:9696 \
--env PROWLARR_API_KEY=<key> \
-- uv run --directory /path/to/prowlarr-mcp prowlarr-mcpConfig
Env var | Required | Default |
| yes | - |
| yes* | none (no auth header sent if unset) |
* Every API endpoint requires auth; practically you must set it, but the server still starts without one so errors surface from the API rather than at startup.
Tools
10 resource-scoped tools, each covering multiple Prowlarr API v1
operations (116 total) via an operation parameter. Call a tool with
operation set to one of its listed operations and an arguments dict
matching that operation's parameters — the tool's own description
(visible to your MCP client) lists every operation, its signature, and a
one-line doc. This keeps the full API surface available while costing a
fraction of the context budget of registering all 116 operations as
separate tools.
Tool | Operations | Kind |
| 27 | reads + writes |
| 17 | reads + writes |
| 14 | reads + writes |
| 13 | reads + writes |
| 11 | reads + writes |
| 9 | reads + writes |
| 9 | reads + writes |
| 7 | reads + writes |
| 6 | reads + writes |
| 3 | read-only |
Example: prowlarr_indexers(operation="prowlarr_get_indexer", arguments={"id": 3}).
Operation-level naming (prowlarr_<verb>_<resource>) is preserved as the
operation value, so the full operation list is still discoverable from each
group tool's description at runtime.
Development
make help # list all commandsCommand | Does |
|
|
| Offline tests - one per endpoint, mocked HTTP |
| Tests against the live instance (needs |
| Build wheel + sdist into |
| Bump the version in |
| Remove build artifacts |
The release workflow (.github/workflows/release.yml) builds and publishes to
Releases whenever a v*
tag is pushed - so the usual flow is make bump-patch, commit, then tag and
push.
The integration suite is read-only by default (a plain make test-integration
never mutates your instance). Setting PROWLARR_ALLOW_WRITES=1 additionally
runs a scratch Tag create+delete round-trip.
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
- Alicense-qualityCmaintenanceMCP server that enables local LLMs to manage a home media stack including Radarr, Sonarr, Prowlarr, and others.MIT

profilarr-mcpofficial
AlicenseAqualityAmaintenanceMCP server exposing Profilarr's v1 REST API as tools, enabling an LLM to inspect and manage linked databases, connected Radarr/Sonarr instances, backups, jobs, announcements, and system status.20MIT
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.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
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/arr-mcps/prowlarr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server