Yarr MCP
Rank #5,531ai.dinglebear/yarr-mcp
Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.
Yarr MCP is a Model Context Protocol (MCP) server published by jmagar. It ranks #5,531 of 132,608 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Yarr MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Mar 21, 2025 and most recently updated on Aug 4, 2026.
Ranks ahead of 127,077 of 132,608 servers on MCP Toplist.
Use Yarr MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yarr-mcp -e "YARR_SONARR_URL=<your YARR_SONARR_URL>" -e "YARR_SONARR_API_KEY=<your YARR_SONARR_API_KEY>" -e "YARR_RADARR_URL=<your YARR_RADARR_URL>" -e "YARR_RADARR_API_KEY=<your YARR_RADARR_API_KEY>" -e "YARR_PLEX_URL=<your YARR_PLEX_URL>" -e "YARR_PLEX_TOKEN=<your YARR_PLEX_TOKEN>" -e "YARR_VERSION=<your YARR_VERSION>" -e "YARR_REPO=<your YARR_REPO>" -e "YARR_RELEASE_BASE_URL=<your YARR_RELEASE_BASE_URL>" -e "RUST_LOG=<your RUST_LOG>" -- npx -y @dinglebear/yarr mcpReplace each placeholder with your own value before saving.
[mcp_servers.yarr-mcp]
command = "npx"
args = ["-y", "@dinglebear/yarr", "mcp"]
[mcp_servers.yarr-mcp.env]
YARR_SONARR_URL = "<your YARR_SONARR_URL>"
YARR_SONARR_API_KEY = "<your YARR_SONARR_API_KEY>"
YARR_RADARR_URL = "<your YARR_RADARR_URL>"
YARR_RADARR_API_KEY = "<your YARR_RADARR_API_KEY>"
YARR_PLEX_URL = "<your YARR_PLEX_URL>"
YARR_PLEX_TOKEN = "<your YARR_PLEX_TOKEN>"
YARR_VERSION = "<your YARR_VERSION>"
YARR_REPO = "<your YARR_REPO>"
YARR_RELEASE_BASE_URL = "<your YARR_RELEASE_BASE_URL>"
RUST_LOG = "<your RUST_LOG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yarr-mcp": {
"command": "npx",
"args": [
"-y",
"@dinglebear/yarr",
"mcp"
],
"env": {
"YARR_SONARR_URL": "<your YARR_SONARR_URL>",
"YARR_SONARR_API_KEY": "<your YARR_SONARR_API_KEY>",
"YARR_RADARR_URL": "<your YARR_RADARR_URL>",
"YARR_RADARR_API_KEY": "<your YARR_RADARR_API_KEY>",
"YARR_PLEX_URL": "<your YARR_PLEX_URL>",
"YARR_PLEX_TOKEN": "<your YARR_PLEX_TOKEN>",
"YARR_VERSION": "<your YARR_VERSION>",
"YARR_REPO": "<your YARR_REPO>",
"YARR_RELEASE_BASE_URL": "<your YARR_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yarr-mcp": {
"command": "npx",
"args": [
"-y",
"@dinglebear/yarr",
"mcp"
],
"env": {
"YARR_SONARR_URL": "<your YARR_SONARR_URL>",
"YARR_SONARR_API_KEY": "<your YARR_SONARR_API_KEY>",
"YARR_RADARR_URL": "<your YARR_RADARR_URL>",
"YARR_RADARR_API_KEY": "<your YARR_RADARR_API_KEY>",
"YARR_PLEX_URL": "<your YARR_PLEX_URL>",
"YARR_PLEX_TOKEN": "<your YARR_PLEX_TOKEN>",
"YARR_VERSION": "<your YARR_VERSION>",
"YARR_REPO": "<your YARR_REPO>",
"YARR_RELEASE_BASE_URL": "<your YARR_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yarr-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/yarr",
"mcp"
],
"env": {
"YARR_SONARR_URL": "<your YARR_SONARR_URL>",
"YARR_SONARR_API_KEY": "<your YARR_SONARR_API_KEY>",
"YARR_RADARR_URL": "<your YARR_RADARR_URL>",
"YARR_RADARR_API_KEY": "<your YARR_RADARR_API_KEY>",
"YARR_PLEX_URL": "<your YARR_PLEX_URL>",
"YARR_PLEX_TOKEN": "<your YARR_PLEX_TOKEN>",
"YARR_VERSION": "<your YARR_VERSION>",
"YARR_REPO": "<your YARR_REPO>",
"YARR_RELEASE_BASE_URL": "<your YARR_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yarr-mcp": {
"command": "npx",
"args": [
"-y",
"@dinglebear/yarr",
"mcp"
],
"env": {
"YARR_SONARR_URL": "<your YARR_SONARR_URL>",
"YARR_SONARR_API_KEY": "<your YARR_SONARR_API_KEY>",
"YARR_RADARR_URL": "<your YARR_RADARR_URL>",
"YARR_RADARR_API_KEY": "<your YARR_RADARR_API_KEY>",
"YARR_PLEX_URL": "<your YARR_PLEX_URL>",
"YARR_PLEX_TOKEN": "<your YARR_PLEX_TOKEN>",
"YARR_VERSION": "<your YARR_VERSION>",
"YARR_REPO": "<your YARR_REPO>",
"YARR_RELEASE_BASE_URL": "<your YARR_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yarr-mcp": {
"command": "npx",
"args": [
"-y",
"@dinglebear/yarr",
"mcp"
],
"env": {
"YARR_SONARR_URL": "<your YARR_SONARR_URL>",
"YARR_SONARR_API_KEY": "<your YARR_SONARR_API_KEY>",
"YARR_RADARR_URL": "<your YARR_RADARR_URL>",
"YARR_RADARR_API_KEY": "<your YARR_RADARR_API_KEY>",
"YARR_PLEX_URL": "<your YARR_PLEX_URL>",
"YARR_PLEX_TOKEN": "<your YARR_PLEX_TOKEN>",
"YARR_VERSION": "<your YARR_VERSION>",
"YARR_REPO": "<your YARR_REPO>",
"YARR_RELEASE_BASE_URL": "<your YARR_RELEASE_BASE_URL>",
"RUST_LOG": "<your RUST_LOG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.dinglebear%2Fyarr-mcp)<a href="https://mcptoplist.com/server/ai.dinglebear%2Fyarr-mcp"><img src="https://mcptoplist.com/badge/ai.dinglebear%2Fyarr-mcp.svg" alt="MCP Toplist: Top 5% of 132,608" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
jmagar
Other servers by jmagar
- Labby#1,856 · 9 vers
- Unraid MCP#3,352 · 22 vers
- Unraid RMCP#7,515 · 1 ver
- Soma#8,108 · 7 vers
- UniFi RMCP#9,872 · 2 vers
- Tailscale RMCP#10,150 · 2 vers
- Arcane RMCP#10,682 · 2 vers
- UniFi MCP#12,112 · 1 ver
- Synapse RMCP#12,453 · 2 vers
- Overseerr MCP#12,566 · 1 ver
- Apprise RMCP#12,801 · 2 vers
- YTDL RMCP#12,802 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 2.2.2 | Aug 4, 2026 |
| 1.1.1 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Yarr MCP?
- Yarr MCP is maintained by jmagar, which publishes 31 MCP servers (76 total versions) tracked on MCP Toplist.
- Is Yarr MCP listed on the Official MCP Registry?
- Yes — Yarr MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Yarr MCP have?
- MCP Toplist tracks 2 versions of Yarr MCP, most recently published on Aug 4, 2026.
- Where can I find the source code for Yarr MCP?
- The source code for Yarr MCP is hosted at github.com/jmagar/yarr.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.