# showlab/Awesome-Video-Diffusion | Model Context Protocol (MCP) Server > A curated list of recent diffusion models for video generation, editing, and various other applications. - **Stars**: ⭐ 5,629 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Awesome-Video-Diffusion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Awesome-Video-Diffusion" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Awesome-Video-Diffusion": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Awesome-Video-Diffusion" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Awesome-Video-Diffusion` - **Docker**: `docker run -i --rm mcp/Awesome-Video-Diffusion`