mcp-tvsubtitles
Related Servers
Alternatives to mcp-tvsubtitles
No user-submitted related servers found.
Related Servers
- 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
- AlicenseNot gradedqualityCmaintenanceEnables searching TV show metadata, episodes, and schedules via the TVMaze API with no authentication required.1 npmMIT
- FlicenseBqualityDmaintenanceEnables AI assistants to manage TV series collections through Sonarr's API using natural language interactions. Supports searching, adding, updating, and deleting TV series with detailed control over quality profiles, season monitoring, and episode downloads.9-
- AlicenseNot gradedqualityDmaintenanceEnables querying The Movie Database (TMDB) v3 API for movie and TV show information, including search, episode details, and trending content.MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Sonarr and Radarr APIs to query media libraries, check recent additions, view upcoming releases, manage download queues, and perform searches for TV shows and movies through natural language.1MIT
- FlicenseAqualityDmaintenanceEnables querying TV programming data from Tunarr XMLTV feeds, including viewing channel listings, current and upcoming schedules, and searching for programmes by title or description.5-
TDQS
Scored across 4 tools
Each tool has a clear, non-overlapping role: search for shows, list available subtitle records, fetch a single record, and list languages. Even where list_subtitles and get_subtitle both concern subtitle records, their descriptions make the one-to-many relationship explicit.
All four tool names follow a consistent verb_noun pattern: search_titles, list_subtitles, list_languages, get_subtitle. The verbs correspond sensibly to the action (search vs. list vs. get), and there is no mixing of naming conventions.
Four tools is an appropriate size for a read-only TV subtitle catalogue server. Each tool covers a necessary step in the core workflow: find the show, inspect coverage, inspect subtitle records, and read a specific record.
The read-only catalogue workflow is mostly complete: search, list languages, list subtitles, and get a subtitle record cover the main needs. The main gap is that list_subtitles does not appear to accept a language filter even though list_languages says to read it 'before narrowing list_subtitles by language,' forcing client-side filtering.