Inkscape MCP Server
Provides tools to create, inspect, validate, and export SVG documents through the Inkscape CLI, enabling automated vector design workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Inkscape MCP ServerCreate an SVG with a red circle and a blue square"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Inkscape MCP Server
This workspace now contains a self-contained MCP server for running an agentic design workflow through Inkscape 1.4.4.
The server speaks MCP over stdio, uses only the Python standard library, and wraps the local Inkscape CLI for SVG creation, inspection, validation, actions, and export.
Inkscape runtime profile/cache files are redirected into .mcp-runtime/ by default so MCP tool calls do not need to write into the user profile. Set INKSCAPE_MCP_ISOLATE_PROFILE=0 if you want Inkscape to use the normal profile directories.
Verified local binary:
C:\Program Files\Inkscape\bin\inkscape.exe
Inkscape 1.4.4 (dcaf3e7, 2026-05-05)Quick Start
Run the smoke test:
python .\scripts\smoke_test.pyRun the MCP server:
python -m inkscape_mcp_server --workspace "C:\Users\path\inkscape-mcp-server" --inkscape "C:\Program Files\Inkscape\bin\inkscape.exe"Example MCP client config:
{
"mcpServers": {
"inkscape": {
"command": "python",
"args": [
"-m",
"inkscape_mcp_server",
"--workspace",
"C:\\Users\\path\\inkscape-mcp-server",
"--inkscape",
"C:\\Program Files\\Inkscape\\bin\\inkscape.exe"
],
"env": {
"INKSCAPE_MCP_EXPECTED_VERSION": "1.4.4",
"INKSCAPE_MCP_ISOLATE_PROFILE": "1"
}
}
}
}Related MCP server: inkscape_mcp
Agent Workflow
The agent files in agents/ define a practical design process:
design-strategist.mdturns a request into a clear design brief.art-director.mddefines composition, palette, typography, and review criteria.vector-technician.mdproduces editable SVG using the MCP tools and Inkscape.production-qa.mdvalidates, exports, and reports production issues.process.mdties those roles together as the default end-to-end workflow.
The same workflow is also exposed through MCP prompts:
design-processart-director-reviewvector-productionproduction-qa
MCP Tools
inkscape_version: verify the Inkscape executable and version.create_design_brief: write a structured JSON brief intobriefs/.create_svg_document: create an editable layered SVG starter document.inspect_svg: inspect SVG dimensions, layers, text, and element counts.validate_design: XML-parse and optionally render-check an SVG through Inkscape.export_design: export SVG through Inkscape to PNG, PDF, EPS, PS, or SVG.run_inkscape_actions: run explicit Inkscape action strings against a workspace SVG.
All paths are constrained to this workspace.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI-powered image to SVG vectorization, background removal, and SVG manipulation directly through MCP-compatible clients. Users can convert images, process batches, and edit vector properties like colors and complexity using the svg.new API.Last updated7311MIT
- Alicense-qualityAmaintenanceMCP server that lets AI agents drive Inkscape — interactively alongside the GUI or headlessly from the CLILast updated36MIT
- Alicense-qualityBmaintenanceEnables AI agents to control Inkscape for vector graphics editing via MCP tools.Last updated28MIT
- AlicenseAqualityBmaintenanceEnables AI agents to vectorize raster images and import vector files (PDF/AI/EPS), then inspect, edit, render, and optimize SVGs locally.Last updated6MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ws-buntu/inkscape-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server