# CyberTimon/RapidRAW | Model Context Protocol (MCP) Server > A beautiful, non-destructive, and GPU-accelerated RAW image editor built with performance in mind. - **Stars**: ⭐ 6,752 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "RapidRAW": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-RapidRAW" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "RapidRAW": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-RapidRAW" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-RapidRAW` - **Docker**: `docker run -i --rm mcp/RapidRAW`