# liangxiegame/QFramework | Model Context Protocol (MCP) Server > Godot/Unity3D System Design Architecture - **Stars**: ⭐ 5,260 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "QFramework": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-QFramework" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "QFramework": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-QFramework" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-QFramework` - **Docker**: `docker run -i --rm mcp/QFramework`