# nexmoe/VidBee | Model Context Protocol (MCP) Server > Download videos from almost any website worldwide - **Stars**: ⭐ 9,484 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "VidBee": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-VidBee" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "VidBee": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-VidBee" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-VidBee` - **Docker**: `docker run -i --rm mcp/VidBee`