Skip to main content
Glama

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

docs/INSTALL.md

Clone uv sync run; PyPI / uvx

docs/INKSCAPE.md

Install Inkscape, PATH, CLI check

docs/IDE_MCP.md

Cursor, VS Code, Windsurf, Glama-style config

docs/MCPB.md

Claude Desktop .mcpb bundle

docs/USAGE.md

How to use the tools from an agent

docs/AI_SAMPLING.md

Agentic tools, ctx.sample(), Ollama env

docs/ARCHITECTURE.md

Layout, transports, modules

llms.txt / llms-full.txt

LLM index + full tool/env/run manifest (fleet)

More: Docs index API Features Troubleshooting Changelog

CI/CD PyPI Python 3.12+ License: MIT

Quick Start

git clone https://github.com/sandraschi/inkscape-mcp
cd inkscape-mcp
just

This 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 print statements in core handlers (T201).

  • Webapp (UI): Biome for sub-millisecond linting. Strict noConsoleLog enforcement.

  • Protocol Compliance: Hardened stdout/stderr isolation to ensure crash-resistant JSON-RPC communication.

  • Automation: Justfile recipes for all fleet operations (just lint, just fix, just dev).

  • Security: Automated audits via bandit and safety.

License

MIT see LICENSE.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
21dResponse time
Release cycle
Releases (12mo)
Issues opened vs closed

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