bilibili-mcp
Related Servers
Alternatives to bilibili-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityAmaintenanceBilibili MCP server enabling video search, comment management, danmaku, user info, dynamics, live streaming analysis, and more via 31 tools.3116 npm3MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for interacting with Bilibili, enabling AI assistants to search videos, fetch comments and subtitles, publish content, and manage interactions. It also adds private message reading, stable TV login, and an automated comment workflow requiring human confirmation.MIT
- 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 npm191MIT
- AlicenseAqualityCmaintenanceA compliance-first MCP server for Bilibili that provides read-only access to authorized user and video data through the official open platform API.616 npmMIT
- 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
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools for parsing and retrieving Bilibili video information, including video details, download links, and collection listings.512 npm1-
TDQS
Scored across 22 tools
Most tools target distinct resources and actions. The only potential overlap is between bilibili_get_hot, bilibili_get_rank, and bilibili_get_hot_search, but they return different content types. bilibili_comment_operate's get_sub_comments action overlaps somewhat with bilibili_comment_get, but this is a minor issue.
The naming pattern is mixed: many tools use bilibili_<domain>_<verb>_<noun>, but some like bilibili_get_hot, bilibili_get_rank, and bilibili_search omit the domain. Verb choices also vary (get, send, modify, interact, operate), and session tools use nouns like 'notifications' and 'interactions'. Still, all names are snake_case and readable.
At 22 tools, the set is on the heavier side but within a reasonable range for a platform like Bilibili. The number covers multiple domains (videos, users, comments, sessions, search, rankings) without being excessive. It feels slightly heavy but not bloated.
The tool set covers most core Bilibili workflows: reading video/user/comment data, interacting via likes/follows/danmaku/comments/private messages, and accessing search and rankings. Missing operations like video upload/delete or profile editing are minor and not typically needed for an MCP server.