# ScottSloan/Bili23-Downloader | Model Context Protocol (MCP) Server > 开源、免费、跨平台的 B 站视频下载工具,支持多线程加速、音视频分离、弹幕元数据获取、自定义命名与分类等功能。Open Source, Free, Cross-Platform Bilibili Video Downloader. - **Stars**: ⭐ 5,394 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Bili23-Downloader": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Bili23-Downloader" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Bili23-Downloader": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Bili23-Downloader" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Bili23-Downloader` - **Docker**: `docker run -i --rm mcp/Bili23-Downloader`