From inkscape-mcp
Multi-step Inkscape workflows for trade fair floor plans, batch processing, and complex vector pipelines. Use when converting CDR floor plans to print-ready PDFs, batch optimizing SVGs, or running multi-step design workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/inkscape-mcp:inkscape-workflowsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-step recipes for common design tasks.
Multi-step recipes for common design tasks.
inkscape_system(operation="status") — verify serverinkscape_file(operation="convert", input_path="plan.cdr", output_path="plan.svg", format="svg") — import CDRinkscape_analysis(operation="dimensions", input_path="plan.svg") — check dimensionsinkscape_analysis(operation="quality", input_path="plan.svg") — quality checkinkscape_vector(operation="text_to_path", input_path="plan.svg", output_path="plan_final.svg") — freeze textinkscape_file(operation="convert", input_path="plan_final.svg", output_path="plan.pdf", format="pdf") — export PDFUse intelligent_vector_processing for multiple files:
intelligent_vector_processing(
documents=[
{"path": "C:/plans/hall_a.svg"},
{"path": "C:/plans/hall_b.svg"}
],
processing_goal="optimize all SVGs for web, max 200KB each",
available_operations=["optimize_svg", "scour_svg", "fit_canvas_to_drawing"]
)
Use agentic_inkscape_workflow for complex tasks described in natural language:
agentic_inkscape_workflow(
workflow_prompt="Open booth_plan.cdr, convert to SVG, optimize paths, export as PDF at 300dpi",
max_steps=5
)
inkscape_analysis(operation="structure", input_path="file.svg") — see layersinkscape_vector(operation="layers_to_files", input_path="file.svg", output_path="C:/output/") — export eachgenerate_svg(
description="trade fair booth layout 6x4 meters with entrance and reception",
style_preset="technical",
dimensions="1200x800",
quality="high"
)
Style presets: geometric, organic, technical, heraldic, abstract
npx claudepluginhub albexpo/inkscape-mcp-marketplace --plugin inkscape-mcpCreates, edits, reviews, and validates high-quality SVG graphics with W3C compliance, CSS independence, accessibility, and safety.
Creates, edits, and converts vector graphics and diagrams in ODG/SVG/PDF/PNG format using LibreOffice Draw, with command-line and Python automation support.
Generates and edits SVG logos, icons, and graphics. Covers path commands, shape primitives, styling, accessibility, gradients, masks, sprites, optimization, and animation techniques like CSS keyframes and SVG-specific methods.