Bilibili MCP Server provides a simple interface to the Bilibili API, enabling search functionality across the popular Chinese video platform. Built with FastMCP, it exposes a single tool that allows querying the Bilibili search API with optional authentication via session data cookies. The implementation is lightweight, requiring only Python 3.12 and minimal dependencies (mcp[cli] and requests), making it ideal for workflows that need to retrieve video content, user information, or other searchable data from Bilibili without leaving the conversation interface.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
基础搜索功能,使用关键词在哔哩哔哩进行搜索。
专门用于搜索哔哩哔哩用户的功能,可以按照粉丝数排序。
精确搜索功能,可以过滤掉不必要的信息,支持多种搜索类型:用户搜索 ('user')、视频搜索 ('video')、直播搜索 ('live')、专栏搜索 ('article')。返回结果包含 'exact_match' 字段,标识是否找到精确匹配的结果。
获取视频弹幕信息。