Bilibili Api Mcp Server
@SMYB5431
About Bilibili Api Mcp Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bilibili": {
"type": "stdio",
"isActive": true,
"command": "uvx",
"args": [
"bilibili-api-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bilibili Api Mcp Server?
An MCP (Model Context Protocol) server that wraps the Bilibili API, enabling AI assistants to search for videos and users, retrieve user content, and fetch video danmaku (bullet comments). It is intended for developers integrating Bilibili data into MCP-compatible clients.
How to use Bilibili Api Mcp Server?
Use uvx bilibili-api-mcp-server as the command in any MCP client’s JSON configuration. Alternatively, clone the repository, install dependencies with uv sync, and point the client to the local installation. The server exposes multiple tools for searching, user content retrieval, and danmaku fetching.
Key features of Bilibili Api Mcp Server
- Intelligent video search and recommendation with rationales
- Search Bilibili users by name, sortable by followers
- Retrieve user’s latest posts, videos, and public collections
- Fetch danmaku (bullet comments) from any video
- Supports exact-match user lookup and fuzzy collection search
Use cases of Bilibili Api Mcp Server
- AI assistant that recommends Bilibili videos based on user queries
- Automated content curation from a creator’s uploads and collections
- Collecting demographic data on Bilibili users (via follower counts)
- Analysing video popularity and audience engagement from search results
- Extracting danmaku for sentiment or trend analysis in videos
FAQ from Bilibili Api Mcp Server
What does this server do?
It provides an MCP interface to the Bilibili API, allowing MCP clients to search videos, find users, retrieve user content (videos, posts, collections), and fetch video danmaku programmatically.
What runtime or dependencies are required?
Python with uv (a fast project manager). The server can be run via uvx from PyPI without manual installation, or cloned and run locally with uv sync.
How do I configure the server in an MCP client?
Add a JSON entry under mcpServers with command uvx and args ["bilibili-api-mcp-server"]. For local development, use uvx with --directory pointing to the cloned repository.
What kind of data does the server access?
It accesses publicly available Bilibili data: video search results, user profiles, user dynamics (posts), video lists, collection metadata, and danmaku. No authentication or private data is required.
Are there any limits on the operations?
The README does not specify API rate limits or authentication requirements; it only mentions configurable result counts (e.g., top 15 videos by default).
Frequently asked questions
What does this server do?
It provides an MCP interface to the Bilibili API, allowing MCP clients to search videos, find users, retrieve user content (videos, posts, collections), and fetch video danmaku programmatically.
What runtime or dependencies are required?
Python with `uv` (a fast project manager). The server can be run via `uvx` from PyPI without manual installation, or cloned and run locally with `uv sync`.
How do I configure the server in an MCP client?
Add a JSON entry under `mcpServers` with command `uvx` and args `["bilibili-api-mcp-server"]`. For local development, use `uvx` with `--directory` pointing to the cloned repository.
What kind of data does the server access?
It accesses publicly available Bilibili data: video search results, user profiles, user dynamics (posts), video lists, collection metadata, and danmaku. No authentication or private data is required.
Are there any limits on the operations?
The README does not specify API rate limits or authentication requirements; it only mentions configurable result counts (e.g., top 15 videos by default).
Basic information
More Developer Tools MCP servers
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools

Sentry
modelcontextprotocolModel Context Protocol Servers
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments