# vladmandic/sdnext | Model Context Protocol (MCP) Server > SD.Next: All-in-one WebUI for AI generative image and video creation, captioning and processing - **Stars**: ⭐ 7,286 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "sdnext": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sdnext" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "sdnext": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sdnext" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-sdnext` - **Docker**: `docker run -i --rm mcp/sdnext`