inkscape-mcp-server

jjjsood/inkscape-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "inkscape-mcp-server": {
      "command": "uvx",
      "args": [
        "inkscape-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install inkscape-mcp-server

README Excerpt

> A Model Context Protocol (MCP) server that makes Inkscape / SVG documents **agent-ready** — > inspect, edit safely, validate, render, and export vector graphics from any MCP client. `inkscape-mcp` exposes a small, strongly-typed tool surface over your SVG documents. An LLM agent can open a drawing, read its structure, recolour and re-letter objects, transform geometry, render

Tools (20)

INKSCAPE_MCP_ACTION_ALLOWLISTINKSCAPE_MCP_ARTIFACT_KEEP_DAYSINKSCAPE_MCP_ARTIFACT_MAX_BYTESINKSCAPE_MCP_ARTIFACT_MAX_BYTES_PER_DOCINKSCAPE_MCP_ENGINE_IDLE_TIMEOUT_SINKSCAPE_MCP_ENGINE_MAX_PROCESSESINKSCAPE_MCP_ENGINE_MODEINKSCAPE_MCP_EXTENSION_ALLOWLISTINKSCAPE_MCP_LIVE_CACHE_MAX_BYTESINKSCAPE_MCP_LIVE_CACHE_MAX_ENTRIESINKSCAPE_MCP_LIVE_COALESCE_BUDGET_MSINKSCAPE_MCP_LIVE_ENABLEDINKSCAPE_MCP_LIVE_FRAME_KEEP_DAYSINKSCAPE_MCP_LIVE_FRAME_MAX_BYTESINKSCAPE_MCP_LIVE_RENDEZVOUSINKSCAPE_MCP_MAX_EXPORT_PXINKSCAPE_MCP_MAX_INPUT_BYTESINKSCAPE_MCP_MAX_OUTPUT_BYTESINKSCAPE_MCP_MAX_PROCSINKSCAPE_MCP_PROCESS_TIMEOUT_S