# KittyCAD/modeling-app | Model Context Protocol (MCP) Server > The Zoo Design Studio app. - **Stars**: ⭐ 1,213 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "modeling-app": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-modeling-app" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "modeling-app": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-modeling-app" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-modeling-app` - **Docker**: `docker run -i --rm mcp/modeling-app`