A Canvas/SVG-based rich text editor
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"canvas-editor": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-canvas-editor"
]
}
}
}