bilibili-mcp-js
If you are the rightful owner of bilibili-mcp-js and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Bilibili video search server based on the Model Context Protocol (MCP), providing a simple API interface for users to search Bilibili video content.
The Bilibili MCP server is designed to facilitate the search of video content on Bilibili, a popular Chinese video-sharing platform. It leverages the Model Context Protocol (MCP) to offer a standardized interface for video search, making it easier for developers to integrate Bilibili video search capabilities into their applications. The server supports pagination and returns detailed video information such as title, author, view count, and duration. It is built to be compatible with Node.js environments and provides examples for integration with LangChain, a framework for building language model applications. The server is also available as an npm package, thanks to contributions from the community.
Features
- Bilibili video search
- Supports pagination queries
- Returns video information (title, author, view count, duration, etc.)
- Standardized interface based on MCP protocol