bilibili-mcp-js

general MCP Server

Bilibili video search MCP (Model Context Protocol) service - 哔哩哔哩视频搜索MCP服务

Install Ready
generalgeneral
7 views173 stars28 forksv0.1.4MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
173
Last synced
3mo ago
Install
Instructions detected

Install

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)

0
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Who Is This For?

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.

Use Cases

Build Claude-powered Bilibili content discovery tools

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.

Integrate video metadata into AI research pipelines

Automatically fetch Bilibili video information, descriptions, and metadata for machine learning projects studying content trends, creator patterns, or multilingual video analysis.

Create multilingual content recommendation systems

Use Claude with this MCP to understand Bilibili's Chinese-language content ecosystem and power intelligent video recommendations across language barriers in global applications.

Aggregate and summarize creator content at scale

Build workflows that search Bilibili's catalog systematically, extract creator information, and have Claude analyze content themes and patterns for content intelligence platforms.

Frequently Asked Questions

What search capabilities does this MCP server provide?

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.

Does this require Bilibili API credentials or authentication?

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.

Can Claude use this to watch videos or just search?

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.

Is this suitable for production applications?

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.