servers / bilibili-api-mcp-server

bilibili-api-mcp-server

communityunknownpythonread onlyhealthy

用于哔哩哔哩 API 的 MCP(模型上下文协议)服务器,支持多种操作


01Tools · 9

How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.

ToolRiskSide effectsApproval
get_user_id_by_name
通过用户名获取用户ID,支持精确搜索和详细信息返回 Args: username: 用户名 return_details: 是否返回详细信息,默认False只返回用户ID Returns: 如果return_details=False: {"user_id": int} 或 {"error": str} 如果return_details=True: {"users": list, "exact_match": bool} 或 {"error": str}
readfalseunknown
search_collection_by_keyword
在指定用户的所有合集中搜索包含关键词的视频 Args: username: 用户名(如"技术爬爬虾") keyword: 搜索关键词(如"MCP"、"AI与大模型"等) count: 每个合集最多返回的视频数量,默认10条 Returns: 包含搜索结果的字典
readfalseunknown
search_and_recommend_videos
搜索并推荐相关视频,提供详细的推荐理由和总结 Args: keyword: 搜索关键词(如"AI") count: 推荐视频数量,默认15条 Returns: 包含推荐视频和总结的字典
readfalseunknown
get_collection_videos
获取指定用户合集中的视频列表 Args: username: 用户名(如"技术爬爬虾") collection_name: 合集名称,可选 collection_id: 合集ID,可选 count: 要获取的视频数量,默认10条 Returns: 包含合集视频信息的字典
readfalseunknown
search_user
搜索哔哩哔哩用户信息。 Args: keyword: 用户名关键词 page: 页码,默认为1 Returns: 包含用户搜索结果的字典数据
readfalseunknown
get_user_dynamics
获取指定用户的最新动态 Args: username: 用户名(如"技术爬爬虾") count: 要获取的动态数量,默认10条 Returns: 包含用户动态信息的字典
readfalseunknown
get_user_videos
获取指定用户的最新投稿视频 Args: username: 用户名(如"技术爬爬虾") count: 要获取的视频数量,默认10条 Returns: 包含用户投稿视频信息的字典
readfalseunknown
get_user_collections
获取指定用户的合集信息 Args: username: 用户名(如"技术爬爬虾") Returns: 包含用户合集信息的字典
readfalseunknown
get_video_danmaku
获取视频的弹幕数据。支持视频链接或BV号输入。 Args: video_input: 视频链接或BV号 支持格式: - BV号: BV1iv8CzVE2w - 完整链接: https://www.bilibili.com/video/BV1iv8CzVE2w/?spm_id_from=333.1387.homepage.video_card.click - 短链接: bilibili.com/video/BV1iv8CzVE2w page: 分P页码,从0开始,默认为0(第一个分P) Returns: 包含弹幕数据和视频信息的字典
readfalseunknown

02Install & source
uvx bilibili-api-mcp-server
uvx
pip install bilibili-api-mcp-server
pip

05Provenance & freshness
sourcesPyPI [p4]
last_checked2026-07-27 08:38Z
next_check2026-08-18 08:50Z
cadenceevery 48h
verifiedhandshake:failed metadata:passed handshake:failed metadata:passed handshake:failed metadata:passed handshake:failed metadata:passed handshake:failed metadata:passed
index_statusindex5 unique facts >= 5

06Badge

Add the “as seen on MCPExplorer” badge to your README. bilibili-api-mcp-server MCP — as seen on mcpexplorer.com

[![bilibili-api-mcp-server MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/bilibili-api-mcp-server.svg)](https://mcpexplorer.com/servers/bilibili-api-mcp-server)

Next step

This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.

Explore loadouts →
bilibili-api-mcp-server — MCPExplorer