# Hufe921/canvas-editor | Model Context Protocol (MCP) Server > A Canvas/SVG-based rich text editor - **Stars**: ⭐ 5,010 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "canvas-editor": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-canvas-editor" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "canvas-editor": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-canvas-editor" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-canvas-editor` - **Docker**: `docker run -i --rm mcp/canvas-editor`