Bazarr MCP server
Related Servers
Alternatives to Bazarr MCP server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityAmaintenanceEnables AI clients like Claude to manage Prowlarr through all 128 v1 API operations, covering every endpoint Prowlarr's web interface can reach, including indexers, search, history, applications, and Newznab routes.128MIT
- AlicenseCqualityAmaintenanceEnables full control of Sonarr from Claude.ai and Claude Code by exposing all 234 v3 API operations as tools for managing media libraries.2348 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage media automation services like Sonarr, Radarr, Prowlarr, Bazarr, Overseerr, and Plex through natural language commands.7MIT
- AlicenseBqualityDmaintenanceEnables searching and downloading subtitles from OpenSubtitles.com through their API. Supports comprehensive search by movie title, IMDB/TMDB ID, file hash, and TV show episodes with multiple subtitle formats (SRT, ASS, VTT).316 npm2MIT
- AlicenseCqualityAmaintenanceEnables managing all Radarr movie management operations via natural language, covering 237 v3 API endpoints for tasks like managing movies, queues, quality profiles, and custom formats with full API completeness.237MIT
- AlicenseBqualityCmaintenanceEnables managing a Sonarr TV show instance through natural language, including series and episode management, download queue monitoring, calendar tracking, and configuration of quality profiles and root folders.24MIT
TDQS
Scored across 89 tools
Tools are generally distinct by resource and action (movies, series, episodes, system), but the 'create_' prefix is misleadingly used for non-creating operations like shutdown or testing, which could cause initial confusion. Overall, each tool has a unique endpoint and clear purpose.
Naming follows an HTTP-method-like pattern (create_, list_, patch_, delete_) but mixes list_ and get_ for GET endpoints and uses create_ for actions like reset or test. This inconsistency makes the naming pattern less predictable than a clean verb_noun convention.
With 89 tools, the surface is heavily over-scoped for most use cases. Many niche Plex/OAuth/admin operations could be grouped or omitted, making the server feel bloated and harder to navigate.
The tool set thoroughly covers Bazarr's API: subtitle CUD, blacklists, history, wanted lists, providers, system management, backups, tasks, and media integrations. It leaves little functional gap for the server's intended domain.