Yarr MCP for Cursor
ai.dinglebear/yarr
Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI.
client:Cursor
transport:stdio
runtime:npm
Install Yarr MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yarr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/yarr"
],
"env": {
"YARR_SONARR_URL": "<YARR_SONARR_URL>",
"YARR_SONARR_API_KEY": "<YARR_SONARR_API_KEY>",
"YARR_RADARR_URL": "<YARR_RADARR_URL>",
"YARR_RADARR_API_KEY": "<YARR_RADARR_API_KEY>",
"YARR_PLEX_URL": "<YARR_PLEX_URL>",
"YARR_PLEX_TOKEN": "<YARR_PLEX_TOKEN>",
"YARR_VERSION": "<YARR_VERSION>",
"YARR_REPO": "<YARR_REPO>",
"YARR_RELEASE_BASE_URL": "<YARR_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs