# the1812/Bilibili-Evolved | Model Context Protocol (MCP) Server > 强大的哔哩哔哩增强脚本 - **Stars**: ⭐ 30,146 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Bilibili-Evolved": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Bilibili-Evolved" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Bilibili-Evolved": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Bilibili-Evolved" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Bilibili-Evolved` - **Docker**: `docker run -i --rm mcp/Bilibili-Evolved`