A lightweight Model Context Protocol (MCP) server and web interface that converts raster images (PNG/JPG) into clean, high-quality SVG files using Inkscape’s vectorization engine.
Built to integrate seamlessly with CommandCenter and other local AI tools.
- True vector output (no pixel artifacts)
- Adjustable smoothness, color quantization, threshold, and simplify parameters
- FastAPI backend (REST + MCP endpoints)
- Dark CommandCenter-style UI with live SVG preview
- Optional headless mode for automation or scripting
- Compatible with macOS, Linux, and Windows (Inkscape ≥ 1.2)
# Clone & install
git clone https://github.com/SplinteredSunlight/inkscape-mcp.git
cd inkscape-mcp
make install
make run