From inkscape-mcp
Convert between vector and raster formats using Inkscape MCP. Use when converting CDR to SVG, SVG to PDF, SVG to PNG, or any format conversion involving Inkscape-supported files (svg, pdf, eps, png, ps, ai, cdr, wmf, emf, xaml, dxf).
How this skill is triggered — by the user, by Claude, or both
Slash command
/inkscape-mcp:inkscape-convertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert between vector and raster formats using the inkscape-mcp server.
Convert between vector and raster formats using the inkscape-mcp server.
inkscape_system(operation="status")
If unsure about format support:
inkscape_file(operation="list_formats")
Supported: svg, pdf, eps, png, ps, ai, cdr, wmf, emf, xaml
| Conversion | Tool Call |
|---|---|
| CDR to SVG | inkscape_file(operation="convert", input_path="file.cdr", output_path="file.svg", format="svg") |
| SVG to PDF | inkscape_file(operation="convert", input_path="file.svg", output_path="file.pdf", format="pdf") |
| SVG to PNG | inkscape_file(operation="convert", input_path="file.svg", output_path="file.png", format="png") |
| SVG to DXF | inkscape_vector(operation="export_dxf", input_path="file.svg", output_path="file.dxf") |
inkscape_file(operation="info", input_path="output_file")
Check dimensions, file size, and validity.
libcdr-0.1.dll (CorelDRAW v7-X4)C:/Users/Admin/Documents/file.svgC:/path/to/filenpx claudepluginhub albexpo/inkscape-mcp-marketplace --plugin inkscape-mcpCreates, edits, and converts vector graphics and diagrams in ODG/SVG/PDF/PNG format using LibreOffice Draw, with command-line and Python automation support.
Fixes SVG files for KiCad PCB import by splitting compound paths with holes, correcting Illustrator DPI scale (72 to 96), and converting CSS styles to inline attributes.
Convert SVG to PNG with control over dimensions, background, CSS effects like mix-blend-mode/filters. Presets for app icons, favicons, splash screens.