Back to tools

inkscape-mcp

An MCP server that drives Inkscape through natural language and scripts, offering 60+ operations for creation, animation, layers, and export — built for developers automating vector graphics pipelines.

Tool categories
Developer tools
Tool links

Tool overview

inkscape-mcp addresses the lack of programmatic interfaces and batch-processing capabilities in Inkscape. Traditionally, users had to manually repeat tasks like drawing, exporting, or animating, making it difficult to integrate vector graphics into automated pipelines. By exposing Inkscape's features via the MCP protocol, this tool allows AI agents and scripts to declaratively invoke 60+ graphics operations. It ships as an MCP server (stdio/HTTP), a web dashboard, and a Tauri desktop application.

In practice, the tool covers shape creation, layer management, LPE effects, boolean operations, text handling, animation, and multi-format export. Common use cases include batch-exporting SVGs at various resolutions, automatically generating chart assets in CI/CD pipelines, and using AI to recompose vector artwork from natural language instructions.

On the plus side, it delivers a broad feature set and multiple user interfaces, lowering the entry barrier for integrating AI with Inkscape. However, users should be aware of its dependencies and learning curve: familiarity with the MCP protocol is required, and Inkscape must be installed.

Related social content