What is the Bilibili API MCP Server?
The Bilibili API MCP (Model Context Protocol) Server is a server that allows AI models to access and interact with the Bilibili API. It supports various operations like searching, user lookups, and retrieving danmaku.
What is MCP?
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs).
What operations does the Bilibili API MCP Server support?
The server supports general_search (basic search), search_user (user search with follower sorting), get_precise_results (precise search for users, videos, live streams, and articles), and get_video_danmaku (retrieving video danmaku).
What are the environment requirements to use the Bilibili API MCP Server?
The server requires uv, a project management tool for managing dependencies.
How do I install the dependencies for the Bilibili API MCP Server?
Clone the repository and use the command uv sync to install the dependencies.
How do I configure the Bilibili API MCP Server in an MCP client?
Configure the server by adding a configuration block in your MCP client’s JSON file. Specify the command as uv, and provide arguments like the project path and the script to run (bilibili.py).
What is get_precise_results operation?
The get_precise_results operation is a search function that can filter out unnecessary information and support multiple search types like user, video, live, and article.
What does the exact_match field in get_precise_results mean?
The exact_match field indicates whether an exact match was found for the search query.
How can I contribute to the Bilibili API MCP Server project?
Fork the project, create a new branch for your changes, and submit a pull request.
Under what license is the Bilibili API MCP Server released?
The server is released under the MIT License.
Bilibili API Server
Project Details
- chenmingkong/bilibili-mcp-server
- MIT License
- Last Updated: 4/28/2025
Recomended MCP Servers
MCP server that provides hourly weather forecasts using the AccuWeather API
MCP Server for managing Modal applications
Implementation of Model Context Protocol server for Mailgun APIs
High-performance string search MCP server with automatic CPU core scaling
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE...
A Python-based MCP for use in exposing Notion functionality to LLMs (Claude)





