# fabricjs/fabric.js | Model Context Protocol (MCP) Server > Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser - **Stars**: ⭐ 31,376 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fabric.js": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fabric.js" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fabric.js": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fabric.js" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fabric.js` - **Docker**: `docker run -i --rm mcp/fabric.js`