bilibili-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_bilibili_videoC | 解析 Bilibili 视频链接,获取视频的完整信息,包括标题、封面、视频链接、用户信息、合集视频列表等 |
| get_bilibili_video_infoA | 获取 Bilibili 视频的详细信息,包括标题、封面、简介、用户信息、视频列表等 |
| get_bilibili_download_urlsA | 获取 Bilibili 视频的下载链接列表,支持合集视频 |
| get_bilibili_basic_infoB | 获取 Bilibili 视频的基本信息,包括标题、封面、简介、用户信息等 |
| get_bilibili_collectionB | 获取 Bilibili 合集中的所有视频列表信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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.