One MCP server for the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/bardesss/arr-mcp:1.15.6 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bardesss/arr-mcp",
"description": "One MCP server for the whole media stack: Radarr, Sonarr, Prowlarr, Bazarr, Jellyfin, Seerr",
"title": "arr-mcp",
"repository": {
"url": "https://github.com/bardesss/arr-mcp",
"source": "github",
"id": "1322956288"
},
"version": "1.15.6",
"websiteUrl": "https://github.com/bardesss/arr-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/bardesss/arr-mcp:1.15.6",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://localhost:6060/mcp",
"headers": [
{
"description": "Bearer token shown on the arr-mcp dashboard once the instance is claimed",
"isRequired": true,
"value": "Bearer {token}",
"isSecret": true,
"variables": {
"token": {
"description": "The bearer token from http://<host>:6060",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
},
"runtimeArguments": [
{
"description": "Publish the MCP and config-UI port",
"value": "6060:6060",
"type": "named",
"name": "-p"
},
{
"description": "Host directory holding config.yaml, the write audit and the log ring buffer",
"isRequired": true,
"value": "{config_dir}:/config",
"variables": {
"config_dir": {
"description": "Directory on the host to keep arr-mcp's configuration in",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "-v"
}
],
"environmentVariables": [
{
"description": "User id owning the files in /config",
"default": "1000",
"name": "PUID"
},
{
"description": "Group id owning the files in /config",
"default": "1000",
"name": "PGID"
},
{
"description": "Timezone used for timestamps, e.g. Europe/Amsterdam",
"name": "TZ"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-23T06:59:24.174258Z",
"publishedAt": "2026-08-23T06:59:24.174258Z",
"updatedAt": "2026-08-23T06:59:24.174258Z",
"isLatest": true
}
}
}
Make it installable
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.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.15.6last seen 2026-08-23
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.