Yarr MCP
Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.dinglebear/yarr",
"description": "Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.",
"title": "Yarr MCP",
"repository": {
"url": "https://github.com/dinglebear-ai/yarr",
"source": "github",
"id": "1247261733"
},
"version": "2.2.2",
"websiteUrl": "https://github.com/dinglebear-ai/yarr",
"icons": [
{
"src": "https://avatars.githubusercontent.com/u/38927646?v=4",
"mimeType": "image/png",
"sizes": [
"460x460"
],
"theme": "dark"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@dinglebear/yarr",
"version": "2.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run Yarr MCP over stdio.",
"isRequired": true,
"format": "string",
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Optional Sonarr base URL.",
"format": "string",
"placeholder": "http://sonarr:8989",
"name": "YARR_SONARR_URL"
},
{
"description": "Optional Sonarr API key.",
"format": "string",
"isSecret": true,
"name": "YARR_SONARR_API_KEY"
},
{
"description": "Optional Radarr base URL.",
"format": "string",
"placeholder": "http://radarr:7878",
"name": "YARR_RADARR_URL"
},
{
"description": "Optional Radarr API key.",
"format": "string",
"isSecret": true,
"name": "YARR_RADARR_API_KEY"
},
{
"description": "Optional Plex base URL.",
"format": "string",
"placeholder": "http://plex:32400",
"name": "YARR_PLEX_URL"
},
{
"description": "Optional Plex token.",
"format": "string",
"isSecret": true,
"name": "YARR_PLEX_TOKEN"
},
{
"description": "Optional GitHub release tag override for the downloaded Yarr binary.",
"format": "string",
"placeholder": "v2.2.2",
"name": "YARR_VERSION"
},
{
"description": "Optional GitHub owner/repo override for release asset downloads.",
"format": "string",
"default": "dinglebear-ai/yarr",
"placeholder": "dinglebear-ai/yarr",
"name": "YARR_REPO"
},
{
"description": "Optional release download base URL override.",
"format": "string",
"name": "YARR_RELEASE_BASE_URL"
},
{
"description": "Tracing filter for Yarr logs.",
"format": "string",
"default": "info",
"placeholder": "info",
"name": "RUST_LOG"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"buildInfo": {
"repository": "https://github.com/dinglebear-ai/yarr",
"version": "2.2.2"
},
"distribution": {
"nodePackage": "@dinglebear/yarr",
"npm": "@dinglebear/yarr@2.2.2"
},
"dnsDomain": "dinglebear.ai",
"namespace": "ai.dinglebear"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-04T21:57:22.884031Z",
"publishedAt": "2026-08-04T21:57:22.884031Z",
"updatedAt": "2026-08-04T21:57:22.884031Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/dinglebear-ai/yarr
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.