Bilibili API MCP Server
@huccihuang
Bilibili API MCP Server について
MCP Server for the Bilibili API, supporting various operations.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bilibili-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bilibili API MCP Server?
An MCP (Model Context Protocol) server for the Bilibili API, supporting various operations like searching and retrieving video danmaku (barrage). It is designed for developers who want to integrate Bilibili data into MCP-compatible clients.
How to use Bilibili API MCP Server?
Clone the project, install dependencies with uv sync, then configure the server in any MCP client using the provided JSON snippet that sets the command to uv with arguments pointing to the bilibili.py script. After configuration, use the client to invoke the supported operations.
Key features of Bilibili API MCP Server
- General search by keyword across Bilibili
- Dedicated user search with follower count sorting
- Precise search filtering unnecessary info (user, video, live, article)
- Retrieve danmaku (barrage) for a specific video
Use cases of Bilibili API MCP Server
- Search for Bilibili videos, users, live streams, or articles programmatically
- Find a specific user account with exact name matching using precise search
- Fetch and analyze video danmaku data
- Integrate Bilibili content discovery into AI-powered tools or assistants
FAQ from Bilibili API MCP Server
What are the environment requirements?
The server requires uv to manage dependencies.
How do I configure the server in an MCP client?
Add the following to your client's mcpServers configuration:
{
"mcpServers": {
"bilibili": {
"command": "uv",
"args": [
"--directory",
"/your-project-path/bilibili-mcp-server",
"run",
"bilibili.py"
]
}
}
}
What search types does precise search support?
Precise search supports user, video, live, and article types. The result includes an exact_match field indicating whether an exact match was found.
How can I search for a user exactly?
Use the get_precise_results operation with type user. It matches the username exactly; for example, searching "双雷" returns only the account with that exact username.
Can I retrieve video danmaku?
Yes, the server provides the get_video_danmaku operation to fetch danmaku (barrage) for a given video.
「開発者ツール」の他のコンテンツ
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
コメント