# modelscope/DiffSynth-Studio | Model Context Protocol (MCP) Server > Enjoy the magic of Diffusion models! - **Stars**: ⭐ 12,861 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "DiffSynth-Studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DiffSynth-Studio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "DiffSynth-Studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DiffSynth-Studio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-DiffSynth-Studio` - **Docker**: `docker run -i --rm mcp/DiffSynth-Studio`