Search TV series on tvsubtitles.net, read a season's subtitle coverage and one record. No API key.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Tvsubtitles.
search_titlesFinds a television series by name, and returns the id the others take.
list_subtitlesReads a season's coverage, or one episode's subtitle records.
get_subtitleReads one record, with its release, its uploader and its download page.
list_languagesLists the languages the catalogue holds, or the ones one show holds.
TVsubtitles.net catalogues subtitles for television series. Its readers upload a file for one episode, timed to one video release, and the site records the language, the release it was cut for, who uploaded it and when, how large the file is and how often it has been taken. It holds around three hundred thousand of them, across some eighty-six thousand episodes in twenty-four languages.
This server connects a chat client to that catalogue. You can search for a series, read a season and see which languages hold something for each episode, read the records of one episode, and open one record with the release it was cut for and who uploaded it. Every record carries the address of its page on the site. No API key and no account are needed.
One-click install
Claude Code
Any client reading mcpServers
The container reaches https://www.tvsubtitles.net and nothing else.
Download mcp-tvsubtitles.mcpb from the
latest release and
open it with a host that installs MCP bundles. It carries its dependencies, so
Node 24 or later is all it needs.
| Tool | What it does |
|---|---|
search_titles | Finds a television series by name, and returns the id the others take. |
list_subtitles | Reads a season's coverage, or one episode's subtitle records. |
get_subtitle | Reads one record, with its release, its uploader and its download page. |
list_languages | Lists the languages the catalogue holds, or the ones one show holds. |
search_titlesSearches the catalogue by name. The site catalogues television only, so a search for a film is refused rather than answered.
| Argument | Type | Required | What it does |
|---|---|---|---|
query | string, 1β120 characters | yes | The name of a series, or part of one. |
media_type | movie | tv | any | no | tv and any search the catalogue. movie is refused. |
year | integer, 1900β2100 | no | Keeps rows whose published years cover this one. |
limit | integer, 1β100, default 20 | no | Rows to render. |
with_counts | boolean, default false | no | Reads each row's subtitle, episode and season counts from the catalogue index, at the cost of one further request. |
In return: the matching series, each with the id the other tools take, the
years the site publishes, and the languages it draws a flag for. imdb_id and
tmdb_id are null, because the site's search publishes none. subtitle_count,
episode_count and season_count are null unless with_counts asks for them,
since the site publishes those three on its catalogue index rather than on the
page a search answers with; each counts every season of the show together, which
counts_scope names, each is read on its own, and a show the index carries no
row for keeps three nulls. total_available counts the rows this one search came
back with, which total_counts names. A year that leaves nothing is set aside
and named in filters_dropped.
list_subtitlesReads what a series holds, in one of two shapes that kind names.
| Argument | Type | Required | What it does |
|---|---|---|---|
id | string, 1β12 characters | yes | A show id from search_titles. |
season | integer, 1β200 | no | Left out, the newest season the site holds is read. |
episode | integer, 1β500 | no | Named, the answer is that episode's records. |
language | string, 1β40 characters | no | A language from list_languages, by name, site code or BCP 47 tag. |
limit | integer, 1β200, default 40 | no | Rows to render. |
In return: with a season alone, kind reads coverage and each row is one
episode, carrying episode_id, the number of subtitles the site counts and the
languages holding something. With an episode named, kind reads subtitles and
each row is a record carrying the id that get_subtitle takes. season is the
season the site served and season_requested the one that was asked for, which
differ when the newest was read. seasons_available lists the seasons the show
holds. A language holding nothing is set aside, the answer comes back
unnarrowed, and filters_dropped names it.
get_subtitleReads one record from an id list_subtitles returned.
| Argument | Type | Required | What it does |
|---|---|---|---|
id | string, 1β12 characters | yes | A subtitle id from list_subtitles. |
In return: the record, with page_url for the page a reader opens to
download the file. read_from reads record here and listing on a row
list_subtitles produced, which is what tells an unread field from one the site
does not publish: a listing carries no file_name, no size_text and no
comment, because the site prints those on a record's own page alone. releases holds the video releases the site published and
release_match says whether it published any: stated where it did, none
where it did not, so a record marked none says nothing about which video it is
timed to. uploader is null on roughly two records out of three. published_at
is the site's stamp read into ISO 8601 and carries no timezone, and
published_text keeps the site's own wording. rating holds two counters the
site publishes, where a zero is a figure it printed.
list_languagesLists the languages the site catalogues, or the ones one show holds.
| Argument | Type | Required | What it does |
|---|---|---|---|
id | string, 1β12 characters | no | A show id, to read what that show holds. |
season | integer, 1β200 | no | Which season to measure a show over. Ignored without id. |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-tvsubtitles)<a href="https://allmcps.com/mcp/mcp-tvsubtitles"><img src="https://allmcps.com/api/badge/mcp-tvsubtitles?style=directory" alt="MCP Tvsubtitles on AllMCPs" /></a>