Bilibili MCP
An MCP server that enables users to search Bilibili videos, access trending rankings, and retrieve detailed information about videos, content creators, and anime schedules. It allows AI applications to interact directly with Bilibili content via simp
What is Bilibili MCP?
Bilibili MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server that enables users to search bilibili videos, access trending rankings, and retrieve detailed information about videos, content creators, and anime schedules. it allows ai applications to i...
An MCP server that enables users to search Bilibili videos, access trending rankings, and retrieve detailed information about videos, content creators, and anime schedules. It allows AI applications to interact directly with Bilibili content via simp
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An MCP server that enables users to search Bilibili videos,
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx bilibili-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Bilibili MCP
The Bilibili MCP Server connects AI assistants to Bilibili, China's leading video platform, exposing tools to search videos, retrieve trending and recommended content, fetch detailed video metadata by BV or AV ID, look up creator profiles and follower counts, and query anime broadcast schedules. Developers and content researchers use it to build AI workflows that analyze Bilibili trends, monitor creators, or discover anime releases without writing platform-specific API code.
Prerequisites
- Node.js 18 or higher (or Bun runtime) installed
- npm or bun package manager available
- An MCP client such as Claude Desktop
- No Bilibili account or API key required for basic search and trending features
Install the Bilibili MCP server via npx
Run the server directly using npx without a global install. This is the simplest way to get started.
npx bilibili-mcp-jsOr clone and build from source
Clone the repository and build locally if you need to customize behavior or run in a local environment.
git clone https://github.com/34892002/bilibili-mcp-js.git
cd bilibili-mcp-js
npm install
npm run buildConfigure Claude Desktop
Add the server entry to your claude_desktop_config.json using npx to run the package.
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "bilibili-mcp-js"]
}
}
}Restart Claude Desktop and verify
Restart Claude Desktop to activate the server. Ask Claude to search for a Bilibili video to confirm the tools are available.
Bilibili MCP Examples
Client configuration
Claude Desktop configuration for the Bilibili MCP server using npx.
{
"mcpServers": {
"bilibili": {
"command": "npx",
"args": ["-y", "bilibili-mcp-js"]
}
}
}Prompts to try
Example prompts to use with the Bilibili MCP server for video search and content discovery.
- "Search Bilibili for videos about machine learning tutorials in Chinese"
- "What are the trending videos on Bilibili right now?"
- "Get the details for Bilibili video BV1xx411c7mD"
- "Look up the profile and follower count for Bilibili creator with UID 12345678"
- "What anime series are airing on Bilibili this week?"Troubleshooting Bilibili MCP
Search returns no results or connection errors
The server connects to Bilibili's public API endpoints. If you are outside mainland China, some endpoints may be geo-restricted. Try using a VPN or proxy located in China, or check if the Bilibili API is temporarily unavailable.
npx command fails with 'package not found'
Ensure you are using the correct package name 'bilibili-mcp-js'. Run 'npm view bilibili-mcp-js' to verify the package is available on npm. If you have a stale npx cache, clear it with 'npx clear-npx-cache'.
Video details not found when searching by BV or AV ID
Make sure you are using the correct ID format. BV IDs start with 'BV' followed by alphanumeric characters (e.g., BV1xx411c7mD). AV IDs are numeric. Removed or region-locked videos will return empty results regardless of the ID.
Frequently Asked Questions about Bilibili MCP
What is Bilibili MCP?
Bilibili MCP is a Model Context Protocol (MCP) server that mcp server that enables users to search bilibili videos, access trending rankings, and retrieve detailed information about videos, content creators, and anime schedules. it allows ai applications to interact directly with bilibili content via simp It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Bilibili MCP?
Follow the installation instructions on the Bilibili MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Bilibili MCP?
Bilibili MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Bilibili MCP free to use?
Yes, Bilibili MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Bilibili MCP Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Bilibili MCP? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Bilibili MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Bilibili MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.