bangumi-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bangumi-mcpmark episode 5 of MyGo as watched"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bangumi-mcp
Akashic Plugin API v2 插件,用 Bangumi 官方 API 分页查询收藏列表、查询单个条目的准确进度、设置“在看/看过”,并通过章节接口逐集更新动画观看进度。
安全边界
只连接
https://api.bgm.tv,使用官方 Access Token 和符合官方要求的 User-Agent。Access Token 只从 Akashic plugin-data 的
config.local.toml读取,不写入仓库、日志或工具结果。所有远端写入先生成包含作品名和目标状态/集数的预览;确认记录单次使用并在 10 分钟后过期。
完整收藏查询或累计读取达到 100 条时,先显示只读查询范围与预计请求数,并等待本轮之后的逐字确认。
动画进度使用
PATCH /v0/users/-/collections/{subject_id}/episodes和明确的章节 ID,不用条目级ep_status修改动画集数。
Related MCP server: Bangumi TV MCP Service
安装
Akashic 只安装 Git 已提交快照。从 Akashic 仓库执行:
.venv/bin/python main.py plugin-install \
--source https://github.com/akashic-plugins/bangumi-mcp.git \
--marketplace github安装输出会给出数据目录,默认是:
<workspace>/plugin-data/bangumi-github/登录 Bangumi 后,前往 Bangumi Access Token 页面 生成个人 Token。该 Token 是账号的 API 访问凭据,不是 Bangumi 密码。
在该目录创建权限为 0600 的 config.local.toml:
access_token = "<在此填写 Bangumi Access Token>"
user_agent = "akashic-plugins/bangumi-mcp/0.4.0 (https://github.com/akashic-plugins/bangumi-mcp)"已安装旧版本的用户如果在本地配置中显式设置了 user_agent,更新插件后也需要将其改为上述新标识。不要把 Token 放进命令行参数或聊天消息。配置完成后检查:
.venv/bin/python main.py plugin-doctor bangumi@github运行中的 Akashic 会观察配置变化并发布新的 committed generation;新会话会加载 bangumi Skill 和 MCP 工具。
设计文档
开发验证
python -m pip install -r mcp/requirements.txt -r requirements-dev.txt
pytest
PYTHONPATH=/path/to/plugin-contracts \
python -m akashic_plugin_contracts check plugin.py单元测试全部使用假的 HTTP 会话,不访问真实 Bangumi 账户,也不需要 Access Token。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAniList MCP server for accessing AniList API dataLast updated4416583MIT
- FlicenseAqualityCmaintenanceProvides MCP access to the BangumiTV API, allowing users to retrieve and interact with anime, manga, music, and game information through natural language queries.Last updated1724
- Alicense-qualityFmaintenanceAn MCP server that enables users to search Bilibili videos, access trending rankings, and retrieve detailed information about videos, content creators, and anime schedules. It allows AI applications to interact directly with Bilibili content via simple API interfaces.Last updated54182MIT
- AlicenseBqualityDmaintenanceMCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.Last updated152MIT
Related MCP Connectors
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
A basic MCP server to operate on the Postman API.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akashic-plugins/bangumi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server