# drapergem/draper | Model Context Protocol (MCP) Server > Decorators/View-Models for Rails Applications - **Stars**: ⭐ 5,264 - **Language**: Ruby - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "draper": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-draper" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "draper": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-draper" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-draper` - **Docker**: `docker run -i --rm mcp/draper`