Bilibili MCP tool for video metadata, transcripts, subtitles, and comment summarization
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @xzxzzx/bilibili-mcp
MCP client config
{
"mcpServers": {
"bilibili-mcp-server": {
"command": "npx",
"args": [
"-y",
"@xzxzzx/bilibili-mcp"
]
}
}
}