Back to Apps

Bilibili API MCP Server
Supports UIby smyb5431
Connect LLMs to Bilibili to search videos, track users, and retrieve dynamics and danmaku in real-time.
0 stars
Works in:claude
Exposes:Tools
What it does
This MCP server connects an AI assistant to the Bilibili ecosystem, allowing it to interact with one of the world's largest video-sharing platforms. It enables the AI to perform intelligent video discovery, user profiling, and content analysis directly from Bilibili.
Tools
search_and_recommend_videos: Intelligent video search with built-in quality analysis and recommendation reports.search_user: Find Bilibili users and sort them by follower count.get_user_id_by_name: Retrieve precise user IDs from usernames.get_user_dynamics: Fetch the latest social updates and posts from a specific user.get_user_videos: Retrieve a user's most recent video uploads including views and duration.get_user_collections: Access a user's curated video collections.get_collection_videos: List videos within a specific collection with detailed stats.search_collection_by_keyword: Search for specific themes across a user's collections.get_video_danmaku: Extract real-time bullet-chat (danmaku) data from videos.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bilibili": {
"type": "stdio",
"isActive": true,
"command": "uvx",
"args": [
"bilibili-api-mcp-server"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uvx bilibili-api-mcp-serverInformation
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"bilibili": {
"type": "stdio",
"isActive": true,
"command": "uvx",
"args": [
"bilibili-api-mcp-server"
]
}
}
}





