inkscape-mcp
Provides tools to control Inkscape for creating and editing SVG files programmatically.
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-mcpcreate a red square with rounded corners"
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
MCP server for Inkscape: agents call portmanteau tools (inkscape_file, inkscape_vector, inkscape_analysis, inkscape_system) that drive the Inkscape CLI. Built with FastMCP 3.2.0+.
You need Python 3.12+, uv, and Inkscape on the same machine.
Doc | What |
Clone | |
Install Inkscape, PATH, CLI check | |
Cursor, VS Code, Windsurf, Glama-style config | |
Claude Desktop | |
How to use the tools from an agent | |
Agentic tools, | |
Layout, transports, modules | |
LLM index + full tool/env/run manifest (fleet) |
More: Docs index API Features Troubleshooting Changelog
Quick Start
git clone https://github.com/sandraschi/inkscape-mcp
cd inkscape-mcp
justThis opens an interactive dashboard showing all available commands. Run just bootstrap to install dependencies, then just serve or just dev to start.
Manual Setup
If you don't have just installed:
🛡️ Industrial Quality Stack
This project adheres to SOTA 14.1 industrial standards for high-fidelity agentic orchestration:
Python (Core): Ruff for linting and formatting. Zero-tolerance for
printstatements in core handlers (T201).Webapp (UI): Biome for sub-millisecond linting. Strict
noConsoleLogenforcement.Protocol Compliance: Hardened
stdout/stderrisolation to ensure crash-resistant JSON-RPC communication.Automation: Justfile recipes for all fleet operations (
just lint,just fix,just dev).Security: Automated audits via
banditandsafety.
License
MIT see LICENSE.
This server cannot be installed
Maintenance
Latest Blog Posts
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/sandraschi/inkscape-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server