inkscape-mcp-server

code-and-crypto/inkscape-mcp-server
★ 0 stars Python Other Updated today
A dependency-free MCP server that drives Inkscape - 23 tools, standard library only, and it verifies what Inkscape actually did.
View on GitHub → 🔍 Audit Wallet Slippage →

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