Back to Apps

Inkscape MCP
by sandraschi
Control Inkscape SVG editor via AI agents using a comprehensive set of vector and system tools.
0 stars
Works in:CursorVS Code CopilotWindsurf
Exposes:Tools
What it does
Inkscape MCP connects AI agents to the Inkscape SVG editor, allowing them to programmatically manipulate vector graphics, analyze SVG structures, and manage files using the Inkscape CLI.
Tools
- inkscape_file: Manage SVG files and document properties.
- inkscape_vector: Manipulate vector objects, paths, and shapes.
- inkscape_analysis: Analyze SVG structure and element properties.
- inkscape_system: Execute system-level Inkscape commands.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"inkscape-mcp": {
"command": "uvx",
"args": ["inkscape-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code
- Windsurf
Quick install
uvx inkscape-mcpInformation
- Pricing
- free
- Published
- 4/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "inkscape-mcp": { "command": "uvx", "args": ["inkscape-mcp"] } }Windsurf
Add to mcp_config.json: { "inkscape-mcp": { "command": "uvx", "args": ["inkscape-mcp"] } }Claude Desktop
{
"mcpServers": {
"inkscape-mcp": {
"command": "uvx",
"args": ["inkscape-mcp"]
}
}
}





