bilibili-mcp-server
This MCP server provides access to the Bilibili API, enabling various search and data retrieval operations.
The Bilibili MCP Server supports a range of functionalities including general searches for videos, users, and live streams on the Bilibili platform. It allows users to perform precise searches that can filter results based on specific criteria, ensuring that users receive the most relevant information. Additionally, the server can retrieve video danmaku (bullet comments) for enhanced user engagement and interaction with video content. With easy setup instructions and support for various operations, this server is designed for developers looking to integrate Bilibili's rich media content into their applications. The use of the uv project management tool simplifies dependency management, making it straightforward to get started with the server.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bilibili-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bilibili-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions