bilibili-mcp-js
Bilibili MCP is a server that enables easy searching of video content on Bilibili through a standardized API. It provides detailed video information and supports pagination, making it suitable for use in AI applications.
What is the main purpose of the Bilibili MCP server?
The main purpose of the Bilibili MCP server is to provide a standardized API interface for searching video content on Bilibili, allowing for easy integration with AI applications.
What information does the server return for each video?
The server returns detailed information for each video, including the title, author, view count, and duration.
What are the system requirements for running the Bilibili MCP server?
The server requires Node.js version 20.12.0 or higher.
How can I run the LangChain example?
To run the LangChain example, configure the LLM model by modifying the example.ts file with your model's API key and base URL, then execute the example script using the provided commands.
Is there a testing script available for the server?
Yes, testing scripts are available and can be executed using the provided commands for both bun and npm platforms.