xspadex/bilibili-mcp
A FastMCP-based tool that fetches Bilibili's trending videos and exposes them via a standard MCP interface.
Quick Start
Clone the repository:
git clone https://github.com/xspadex/bilibili-mcp.gitClaude Desktop configuration example:
{
"mcpServers": {
"bilibili-mcpgit": {
"command": "npx",
"args": [
"-y",
"xspadex/bilibili-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.