A Model Context Protocol server for the Bangumi API, deployable on Cloudflare Workers. Provides programmatic access to anime, book, music, game, and real-world media data.
MCP endpoint: POST /mcp (streamable HTTP)
Source: github.com/tokisaki-galaxy/bangumiMCP-ts
Inspired by: Ukenn2112/BangumiMCP
| search | Aggregated search for subjects, persons, and characters. |
| get_subject | Subject details with expandable includes (persons, characters, relations, episodes). |
| get_user_profile | User profile only. |
| get_user_collections | User collection snapshot with page_size as a 20-50 sliding range or all, plus offset, subject_type/collection_type/subject_id filters. |
| get_calendar | Weekly broadcast schedule. |
| update_collection | Write entry for subject/person/character/episode collection updates. |
| browse_subjects | Browse the subject catalog by type with cat/year/month/sort filters. |
| get_collections | Person/character collection lists and individual lookups. |
| get_episode | Episode details, single/collection list episode collection status. |
| get_image | Image URL redirects for subject/person/character/user. |
| get_person | Person details plus related works and characters. |
| get_character | Character details plus appearances and voice actors. |
| manage_index | Index (directory) CRUD and collection management (requires BANGUMI_ENABLE_INDEX_TOOLS). |