Bangumi TV API
STDIOMCP service for accessing BangumiTV API to retrieve anime, manga, music and game information.
MCP service for accessing BangumiTV API to retrieve anime, manga, music and game information.
这是一个MCP(机器通信协议)服务,提供对 BangumiTV API 的访问。它允许您与 BangumiTV 的数据进行交互,并检索有关动漫、漫画、音乐、游戏等的信息。
条目
章节
角色
人员
# 克隆仓库 git clone https://github.com/Ukenn2112/BangumiMCP.git cd BangumiMCP # 创建并激活虚拟环境 uv venv source .venv/bin/activate # Linux/macOS # 或在 Windows 上使用: # .venv\Scripts\activate # 安装依赖 uv add "mcp[cli]" requests
URL: https://mcpcn.com/docs/quickstart/user/
claude_desktop_config.json
{ "mcpServers": { "bangumi-tv": { "command": "uv", "args": [ "--directory", "/Users/Desktop/bangumi-tv", # 替换为你的目录 "run", "main.py" ], "env": { "BANGUMI_TOKEN": "your_token_here" # 替换为你的 BangumiTV 令牌 (可选)如果你要查看或搜索R18内容 } } } }
此目前项目全部由 Google Gemini 生成。