general MCP Server
Bilibili video search MCP (Model Context Protocol) service - 哔哩哔哩视频搜索MCP服务
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx bilibili-mcp-js
2. Add to claude_desktop_config.json
{
"mcpServers": {
"bilibili-mcp-js": {
"command": "npx",
"args": [
"bilibili-mcp-js"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Content researchers, video analysts, and AI application developers building Claude integrations that need programmatic access to Bilibili's video catalog. Developers working on recommendation systems, content aggregation tools, or multilingual AI assistants will find this MCP server essential for accessing Chinese-language video metadata without building their own scraping infrastructure.
Enable Claude to search and analyze Bilibili videos directly within conversations, allowing users to get AI-summarized insights about Chinese video content without leaving their chat interface.
Automatically fetch Bilibili video information, descriptions, and metadata for machine learning projects studying content trends, creator patterns, or multilingual video analysis.
Use Claude with this MCP to understand Bilibili's Chinese-language content ecosystem and power intelligent video recommendations across language barriers in global applications.
Build workflows that search Bilibili's catalog systematically, extract creator information, and have Claude analyze content themes and patterns for content intelligence platforms.
This MCP provides Bilibili video search functionality, allowing you to query the platform's video catalog and retrieve results programmatically. Specific search parameters and result filters depend on the tool implementations available in the server.
Implementation details regarding authentication requirements aren't specified in the current documentation. Check the server's setup guide to understand if you need Bilibili API keys or if it operates through alternative access methods.
This MCP provides search and metadata access capabilities. Claude can search for videos and work with the returned information, but cannot actually stream or play video content directly.
Before deploying to production, verify the server's reliability, rate limits, and compliance with Bilibili's terms of service. Test thoroughly in your specific use case to ensure it meets your performance and stability requirements.