bgm.tv MCP Server
MCP Service MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. bgm.tv MCP Server.
A Model Context Protocol (MCP) server that provides programmatic access to the Bangumi TV API, enabling AI assistants like Claude to interact with comprehensive anime, manga, music, game, and real-world media data.
Once MCP Service is connected, these are the calls the assistant has available:
get_daily_broadcast — Weekly broadcast schedulesearch_subjects — Full-text search with filtersbrowse_subjects — Category-based browsingget_subject_details — Detailed subject informationget_subject_image — Subject image URLget_subject_persons — Related creators/staffget_subject_characters — Related charactersget_subject_relations — Related subjectsget_episodes — Episode listget_episode_details — Episode informationsearch_characters — Character searchget_character_details — Character informationSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need one environment variable: BANGUMI_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Service's toolset — get_daily_broadcast, search_subjects, browse_subjects and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Ukenn2112; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_daily_broadcast | Weekly broadcast schedule |
| search_subjects | Full-text search with filters |
| browse_subjects | Category-based browsing |
| get_subject_details | Detailed subject information |
| get_subject_image | Subject image URL |
| get_subject_persons | Related creators/staff |
| get_subject_characters | Related characters |
| get_subject_relations | Related subjects |
| get_episodes | Episode list |
| get_episode_details | Episode information |
| search_characters | Character search |
| get_character_details | Character information |
| get_character_image | Character image URL |
| get_character_subjects | Subjects featuring character |
| Variable | Description | Required |
|---|---|---|
| BANGUMI_TOKEN | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.