bilibili-mcp
Related Servers
Alternatives to bilibili-mcp
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol (MCP) server that provides services for the bilibili.com API, supporting functions such as obtaining user information and video search.31Apache 2.0
- AlicenseBqualityAmaintenanceBilibili MCP server enabling video search, comment management, danmaku, user info, dynamics, live streaming analysis, and more via 31 tools.3124 npm3MIT
- AlicenseBqualityDmaintenanceA MCP server providing 22 tools to interact with Bilibili API, enabling video info, search, user profile, comments, rankings, and messaging with login support for write operations.223GPL 3.0
- FlicenseNot gradedqualityBmaintenanceStandalone Model Context Protocol (MCP) server for the mr-model platform, offering 5 tools to query video lists, comments, OCR transcripts, search, and blogger opinions via a web API.-
- AlicenseAqualityDmaintenanceA Bilibili MCP Server that can retrieve subtitles, danmaku (bullet comments), and comments information from videos using the video URL.320MIT
- AlicenseNot gradedqualityFmaintenanceAn 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.47 npm192MIT
TDQS
Scored across 5 tools
The tools parse_bilibili_video, get_bilibili_video_info, and get_bilibili_basic_info all return overlapping video information (title, cover, user info), making it unclear which one an agent should select. The remaining two tools are distinct, but the majority of the surface has ambiguous boundaries.
All tool names follow a consistent verb_bilibili_noun pattern with snake_case, which is good. The only minor deviation is the use of both 'parse' and 'get' as verbs, but the overall pattern remains predictable and readable.
Five tools is a reasonable number for a video information server, fitting well within the ideal 3-15 range. However, the functional overlap among three of the tools suggests the count could be trimmed without losing capability.
The server covers the key read operations expected for Bilibili video content: basic info, detailed info, download URLs, and collection listing. Minor gaps exist, such as the lack of search or user profile tools, but these are not critical for the apparent purpose.