Bangumi TV MCP Service

by Ukenn2112

Integrations

  • The MCP server was fully generated by Google Gemini, as acknowledged in the README.

Bangumi TV MCP Service

这是一个MCP(机器通信协议)服务,提供对 BangumiTV API 的访问。它允许您与 BangumiTV 的数据进行交互,并检索有关动漫、漫画、音乐、游戏等的信息。

示例

功能

  • 条目
    • /calendar 每日放送
    • /v0/search/subjects 搜索主题
    • /v0/subjects 浏览主题
    • /v0/subjects/{subject_id} 获取主题详情
    • /v0/subjects/{subject_id}/persons 获取与主题相关的人员列表
    • /v0/subjects/{subject_id}/characters 获取与主题相关的角色列表
    • /v0/subjects/{subject_id}/subjects 获取相关主题列表
  • 章节
    • /v0/episodes 获取剧集列表
    • /v0/episodes/{episode_id} 获取剧集详情
  • 角色
    • /v0/search/characters 搜索角色
    • /v0/characters/{character_id} 获取角色详情
    • /v0/characters/{character_id}/subjects 获取与角色相关的主题列表
    • /v0/characters/{character_id}/persons 获取与角色相关的人员列表
  • 人员
    • /v0/search/persons 搜索人员
    • /v0/persons/{person_id} 获取人员详情
    • /v0/persons/{person_id}/subjects 获取与人员相关的主题列表
    • /v0/persons/{person_id}/characters 获取与人员相关的角色列表

安装

# 克隆仓库 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

使用(如Claude客户端)

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 生成。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides MCP access to the BangumiTV API, allowing users to retrieve and interact with anime, manga, music, and game information through natural language queries.

  1. 示例
    1. 功能
      1. 安装
        1. 使用(如Claude客户端)
          1. 致谢

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              The MCP Server integrates APIs from the Youtube-Summarizer as tools within the MCP protocol, allowing for local AI application interaction and tool utilization through natural language queries.
              Last updated -
              Python
            • -
              security
              A
              license
              -
              quality
              An MCP server that allows Claude and other AI assistants to interact with the YouTube API, providing tools to search videos/channels and retrieve detailed information about them.
              Last updated -
              1
              JavaScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              An MCP server that connects AI assistants to SearchAgora, enabling users to search for, discover, and purchase products across the web through natural language conversations.
              Last updated -
              Python
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol (MCP) server that provides access to the Beatport Developer API, allowing Claude to interact with music data from Beatport's electronic music catalog.
              Last updated -
              Python
              • Apple

            View all related MCP servers

            ID: eslgwowo1g