Best for
- Creators or researchers who want AI assistants to extract text content from Bilibili videos
- Users who need to batch organize Bilibili favorites or subtitle data
A feature-rich local MCP server for Bilibili content. It requires credentials, supports search, subtitles, comments, favorites, and optional local ASR.
Bilibili MCP is a local MCP server that enables AI agents to read Bilibili content: fetching subtitles and comments, searching videos, browsing favorites, and transcribing videos without subtitles via an optional local ASR model.
npx, args ['-y','@xzxzzx/bilibili-mcp@latest']. 3. Run npx -y @xzxzzx/bilibili-mcp@latest setup to configure credentials (Cookie), then run check to confirm. 4. Restart/reconnect the client, call check_bilibili_credentials to verify login, then test with search_bilibili_videos.{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xzxzzx/bilibili-mcp@latest"
]
}