A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.
Harness the power of Large Language Models (LLMs) with the Bilibili MCP Search Server, a cutting-edge solution built upon the Model Context Protocol (MCP). This server empowers developers to seamlessly integrate Bilibili video search capabilities into their AI applications, unlocking a wealth of contextual information for enhanced AI workflows.
The Bilibili MCP Search Server acts as a crucial bridge, connecting LLMs with the vast library of video content available on Bilibili. By leveraging the standardized MCP protocol, this server provides a consistent and efficient way to enrich AI applications with relevant video data. Whether you're building an AI-powered research tool, enhancing a content recommendation system, or creating custom AI-driven learning experiences, this server provides the contextual foundation for success.
Important: To run the LangChain example, configure your LLM model by modifying the
example.ts
file.
const llm = new ChatOpenAI({ modelName: "gpt-4o-mini", temperature: 0, openAIApiKey: "your_api_key", // Replace with your model's API key configuration: { baseURL: "https://www.api.com/v1", // Replace with your model's API endpoint }, });
Using Bun:
bun i # Install dependencies bun index.ts # Start the server bun test.js # Run tests bun run inspector # Launch the MCP Inspector bun build:bun # Build for LangChain example bun example.ts # Run the LangChain example
Using npm:
npm i # Install dependencies npm run start # Start the server npm run test # Run tests npm run inspector # Launch the MCP Inspector npm run build # Build for LangChain example node dist/example.js # Run the LangChain example
The following screenshots demonstrate the server's functionality and ease of use:
By providing a standardized and efficient way to access Bilibili video data, the Bilibili MCP Search Server empowers developers to build more intelligent and context-aware AI applications.
๐ โ๏ธ The Scrapeless Model Context Protocol service acts as an MCP server connector to the Google SERP API, enabling web search within the MCP ecosystem without leaving it.
๐ Search ArXiv research papers
๐ โ๏ธ Web search capabilities using Brave's Search API
๐ โ๏ธ MCP to search and read medical / life sciences papers from PubMed.