Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
MCP server for *arr media management suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr MCP *arr Server <!-- <p align="center"> <img src="docs/mcp-arr-logo.png" alt="MCP *arr Server" width="400"> </p> --> $1 $1 $1 $1 MCP server for the $1 - Sonarr, Radarr, Lidarr, Readarr, and Prowlarr. Why Use This? - **Unified media management** - Control all your *arr applications from one interface - **Natural language queries** - Ask about your library in plain English - **Cross-service search** - Find content acro Capability contract not published. No trust telemetry is available yet. 71 GitHub stars reported by the source. Last updated 2/25/2026.
Freshness
Last checked 2/25/2026
Best For
mcp-arr-server is best for mcp, sonarr, radarr workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB MCP, runtime-metrics, public facts pack
MCP server for *arr media management suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr MCP *arr Server <!-- <p align="center"> <img src="docs/mcp-arr-logo.png" alt="MCP *arr Server" width="400"> </p> --> $1 $1 $1 $1 MCP server for the $1 - Sonarr, Radarr, Lidarr, Readarr, and Prowlarr. Why Use This? - **Unified media management** - Control all your *arr applications from one interface - **Natural language queries** - Ask about your library in plain English - **Cross-service search** - Find content acro
Public facts
5
Change events
1
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. 71 GitHub stars reported by the source. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Aplaceforallmystuff
Artifacts
0
Benchmarks
0
Last release
1.5.0
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. 71 GitHub stars reported by the source. Last updated 2/25/2026.
Setup snapshot
git clone https://github.com/aplaceforallmystuff/mcp-arr.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Aplaceforallmystuff
Protocol compatibility
MCP
Adoption signal
71 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
bash
npx mcp-arr-server
bash
git clone https://github.com/aplaceforallmystuff/mcp-arr.git cd mcp-arr npm install npm run build
json
{
"mcpServers": {
"arr": {
"command": "npx",
"args": ["-y", "mcp-arr-server"],
"env": {
"SONARR_URL": "http://localhost:8989",
"SONARR_API_KEY": "your-sonarr-api-key",
"RADARR_URL": "http://localhost:7878",
"RADARR_API_KEY": "your-radarr-api-key",
"LIDARR_URL": "http://localhost:8686",
"LIDARR_API_KEY": "your-lidarr-api-key",
"READARR_URL": "http://localhost:8787",
"READARR_API_KEY": "your-readarr-api-key",
"PROWLARR_URL": "http://localhost:9696",
"PROWLARR_API_KEY": "your-prowlarr-api-key"
}
}
}
}json
{
"mcpServers": {
"arr": {
"command": "npx",
"args": ["-y", "mcp-arr-server"],
"env": {
"SONARR_URL": "http://localhost:8989",
"SONARR_API_KEY": "your-sonarr-api-key",
"RADARR_URL": "http://localhost:7878",
"RADARR_API_KEY": "your-radarr-api-key"
}
}
}
}bash
# Watch mode for development npm run watch # Build TypeScript npm run build # Run locally SONARR_URL="http://localhost:8989" SONARR_API_KEY="your-key" node dist/index.js
bash
SONARR_URL="http://localhost:8989" SONARR_API_KEY="your-api-key"
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB MCP
Editorial quality
ready
MCP server for *arr media management suite - Sonarr, Radarr, Lidarr, Readarr, Prowlarr MCP *arr Server <!-- <p align="center"> <img src="docs/mcp-arr-logo.png" alt="MCP *arr Server" width="400"> </p> --> $1 $1 $1 $1 MCP server for the $1 - Sonarr, Radarr, Lidarr, Readarr, and Prowlarr. Why Use This? - **Unified media management** - Control all your *arr applications from one interface - **Natural language queries** - Ask about your library in plain English - **Cross-service search** - Find content acro

MCP server for the *arr media management suite - Sonarr, Radarr, Lidarr, Readarr, and Prowlarr.
| Category | Capabilities | |----------|-------------| | Sonarr (TV) | List series, view episodes, search shows, trigger downloads, check queue, view calendar, review setup | | Radarr (Movies) | List movies, search films, trigger downloads, check queue, view releases, review setup | | Lidarr (Music) | List artists, view albums, search musicians, trigger downloads, check queue, view calendar, review setup | | Readarr (Books) | List authors, view books, search writers, trigger downloads, check queue, view calendar, review setup | | Prowlarr (Indexers) | List indexers, search across all trackers, test health, view statistics | | Cross-Service | Status check, unified search across all configured services | | Configuration | Quality profiles, download clients, naming conventions, health checks, storage info | | TRaSH Guides | Reference quality profiles, custom formats, naming conventions, compare against recommendations |
npx mcp-arr-server
git clone https://github.com/aplaceforallmystuff/mcp-arr.git
cd mcp-arr
npm install
npm run build
Each *arr application has an API key in Settings > General > Security:
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"arr": {
"command": "npx",
"args": ["-y", "mcp-arr-server"],
"env": {
"SONARR_URL": "http://localhost:8989",
"SONARR_API_KEY": "your-sonarr-api-key",
"RADARR_URL": "http://localhost:7878",
"RADARR_API_KEY": "your-radarr-api-key",
"LIDARR_URL": "http://localhost:8686",
"LIDARR_API_KEY": "your-lidarr-api-key",
"READARR_URL": "http://localhost:8787",
"READARR_API_KEY": "your-readarr-api-key",
"PROWLARR_URL": "http://localhost:9696",
"PROWLARR_API_KEY": "your-prowlarr-api-key"
}
}
}
}
Add to ~/.claude.json:
{
"mcpServers": {
"arr": {
"command": "npx",
"args": ["-y", "mcp-arr-server"],
"env": {
"SONARR_URL": "http://localhost:8989",
"SONARR_API_KEY": "your-sonarr-api-key",
"RADARR_URL": "http://localhost:7878",
"RADARR_API_KEY": "your-radarr-api-key"
}
}
}
}
Note: Only configure the services you have running. The server automatically detects which services are available based on the environment variables you provide.
| Tool | Description |
|------|-------------|
| arr_status | Get connection status for all configured *arr services |
| arr_search_all | Search across all configured services simultaneously |
| Tool | Description |
|------|-------------|
| sonarr_get_series | List all TV series in your library |
| sonarr_search | Search for TV series by name (returns tvdbId for adding) |
| sonarr_add_series | Add a TV series to Sonarr |
| sonarr_get_root_folders | Get available root folders for adding series |
| sonarr_get_quality_profiles | Get available quality profiles for adding series |
| sonarr_get_queue | View current download queue |
| sonarr_get_calendar | See upcoming episodes |
| sonarr_get_episodes | List episodes for a series (shows missing vs available) |
| sonarr_search_missing | Trigger search for all missing episodes in a series |
| sonarr_search_episode | Trigger search for specific episode(s) |
| Tool | Description |
|------|-------------|
| radarr_get_movies | List all movies in your library |
| radarr_search | Search for movies by name (returns tmdbId for adding) |
| radarr_add_movie | Add a movie to Radarr |
| radarr_get_root_folders | Get available root folders for adding movies |
| radarr_get_quality_profiles | Get available quality profiles for adding movies |
| radarr_get_queue | View current download queue |
| radarr_get_calendar | See upcoming releases |
| radarr_search_movie | Trigger search to download a movie in your library |
| Tool | Description |
|------|-------------|
| lidarr_get_artists | List all artists in your library |
| lidarr_search | Search for artists by name (returns foreignArtistId for adding) |
| lidarr_add_artist | Add an artist to Lidarr |
| lidarr_get_root_folders | Get available root folders for adding artists |
| lidarr_get_quality_profiles | Get available quality profiles for adding artists |
| lidarr_get_metadata_profiles | Get available metadata profiles for adding artists |
| lidarr_get_queue | View current download queue |
| lidarr_get_albums | List albums for an artist (shows missing vs available) |
| lidarr_search_album | Trigger search for a specific album |
| lidarr_search_missing | Trigger search for all missing albums for an artist |
| lidarr_get_calendar | See upcoming album releases |
| Tool | Description |
|------|-------------|
| readarr_get_authors | List all authors in your library |
| readarr_search | Search for authors by name (returns foreignAuthorId for adding) |
| readarr_add_author | Add an author to Readarr |
| readarr_get_root_folders | Get available root folders for adding authors |
| readarr_get_quality_profiles | Get available quality profiles for adding authors |
| readarr_get_metadata_profiles | Get available metadata profiles for adding authors |
| readarr_get_queue | View current download queue |
| readarr_get_books | List books for an author (shows missing vs available) |
| readarr_search_book | Trigger search for specific book(s) |
| readarr_search_missing | Trigger search for all missing books for an author |
| readarr_get_calendar | See upcoming book releases |
| Tool | Description |
|------|-------------|
| prowlarr_get_indexers | List all configured indexers |
| prowlarr_search | Search across all indexers |
| prowlarr_test_indexers | Test all indexers and return health status |
| prowlarr_get_stats | Get indexer statistics (queries, grabs, failures) |
These tools are available for Sonarr, Radarr, Lidarr, and Readarr. Replace {service} with the service name (e.g., sonarr_get_quality_profiles).
| Tool | Description |
|------|-------------|
| {service}_get_quality_profiles | Detailed quality profile information with allowed qualities and custom format scores |
| {service}_get_health | Health check warnings and issues detected by the application |
| {service}_get_root_folders | Storage paths, free space, and accessibility status |
| {service}_get_download_clients | Download client configurations and settings |
| {service}_get_naming | File and folder naming conventions |
| {service}_get_tags | Tag definitions for content organization |
| {service}_review_setup | Comprehensive configuration dump for AI-assisted setup analysis |
The {service}_review_setup tool returns all configuration in a single call, enabling natural language conversations about optimizing your setup. Claude can analyze your quality profiles, suggest improvements, explain why certain content isn't being grabbed, and help configure complex settings like custom formats.
⚠️ Disclaimer: The configuration review tools provide read-only access to your *arr settings. Any changes to your configuration must be made directly in the *arr application interfaces. The AI's suggestions are recommendations only - always back up your configuration before making significant changes. The maintainers are not responsible for any configuration changes, data loss, or other issues that may arise from following AI-generated recommendations.
Access community-curated quality profiles, custom formats, and naming conventions from TRaSH Guides directly through Claude. These tools work without any *arr configuration - they fetch reference data from the TRaSH Guides GitHub repository.
| Tool | Description |
|------|-------------|
| trash_list_profiles | List available TRaSH quality profiles for Radarr or Sonarr |
| trash_get_profile | Get detailed profile with custom formats, scores, and quality settings |
| trash_list_custom_formats | List custom formats with optional category filter (hdr, audio, resolution, etc.) |
| trash_get_naming | Get recommended naming conventions for Plex, Emby, Jellyfin, or standard |
| trash_get_quality_sizes | Get recommended min/max/preferred sizes for each quality level |
| trash_compare_profile | Compare your profile against TRaSH recommendations (requires *arr configured) |
| trash_compare_naming | Compare your naming config against TRaSH recommendations (requires *arr configured) |
Example usage:
Data is cached for 1 hour to minimize GitHub API calls.
# Watch mode for development
npm run watch
# Build TypeScript
npm run build
# Run locally
SONARR_URL="http://localhost:8989" SONARR_API_KEY="your-key" node dist/index.js
Ensure you have set at least one pair of URL and API_KEY environment variables:
SONARR_URL="http://localhost:8989"
SONARR_API_KEY="your-api-key"
The API key is incorrect. Verify it in your *arr application under Settings > General > Security.
The *arr application is not running or the URL is incorrect. Verify:
You tried to use a tool for a service that isn't configured. Add the corresponding URL and API_KEY environment variables.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
MIT - see LICENSE for details.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_MCP",
"generatedAt": "2026-04-17T05:26:06.170Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "mcp",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "sonarr",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "radarr",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "lidarr",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "readarr",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "prowlarr",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "media",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "plex",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "model-context-protocol",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "claude",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "ai",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "cli",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:sonarr|supported|profile capability:radarr|supported|profile capability:lidarr|supported|profile capability:readarr|supported|profile capability:prowlarr|supported|profile capability:media|supported|profile capability:plex|supported|profile capability:model-context-protocol|supported|profile capability:claude|supported|profile capability:ai|supported|profile capability:cli|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Aplaceforallmystuff",
"href": "https://github.com/aplaceforallmystuff/mcp-arr",
"sourceUrl": "https://github.com/aplaceforallmystuff/mcp-arr",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:57:59.458Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-25T02:57:59.458Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "71 GitHub stars",
"href": "https://github.com/aplaceforallmystuff/mcp-arr",
"sourceUrl": "https://github.com/aplaceforallmystuff/mcp-arr",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-02-25T02:57:59.458Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/mcp-aplaceforallmystuff-mcp-arr/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to mcp-arr-server and adjacent AI workflows.