Skip to main content
Glama
523,718 tools. Updated 2026-09-06 13:58

"Inkscape" matching MCP tools:

  • Run a comprehensive probe of the Inkscape runtime to return an updated capability matrix, including version, actions, and tool registry, after environment changes.
    MIT
  • Run any of 157 bundled Inkscape extensions headlessly—Pattern along Path, Envelope, Perspective, QR codes, and more. Use list, describe, or run operations to apply effects to SVG files.
    MIT
  • Run raw Inkscape action chains and get precise failure explanations, distinguishing window-scoped actions, dead registry entries, and typos.
    MIT
  • Convert an SVG document to a PNG image with configurable DPI, dimensions, export area, and background, using secure Inkscape options.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to inspect, edit, validate, render, and export SVG/Inkscape documents safely with reversible operations and risk-classed tools.
    87
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables headless and secure control of Inkscape for creating, inspecting, and resizing SVG documents, and exporting to PNG, PDF, and SVG with validation of size, pages, structure, and hashes.
    19
    MIT
  • Exports SVG documents to validated PDF files using Inkscape with allowlisted, bounded options.
    MIT
  • Export SVG files as Inkscape SVG or plain SVG using the Inkscape pipeline. Specify output path, flavor, and expected revisions for validation.
    MIT
  • Read or modify Inkscape page, desk, and border display settings (colors, opacities), requiring current document revision for updates.
    MIT
    Destructive
  • Return the cached runtime capability matrix of the Inkscape MCP server, including tool count, tool names with purpose, and a curated goal-to-tool map. Provides fast read-only access without reprobing.
    MIT
  • Construct a closed polygon from a set of points. Optionally set fill, stroke, and stroke width. Returns the new polygon's ID and bounding box.
    MIT
  • Add a new text label at specified coordinates in an Inkscape document. Use for inserting captions or annotations without altering existing elements.
    MIT
  • Export the entire document to PNG, PDF, or SVG for final output. Accepts pixel width for PNG and sandbox-checked output directory.
    MIT
  • Find object IDs in SVG documents by filtering on tag, fill, stroke, text, ID prefix, or bounding box. Use before editing to target specific elements.
    MIT
  • Check which live transports are available on the host before connecting. A read-only probe that tests extension-socket and DBus support across operating systems.
    MIT
  • Pause execution until the user edits the document, selection, or viewport, then return change flags. Prevents busy-waiting in live sessions.
    MIT
  • Adjust the canvas viewport by zooming, panning, or fitting to selection or page. Use to frame the canvas before rendering or capturing.
    MIT
  • Apply validated fill, stroke, opacity, or transform (move, scale, rotate) to the current selection. Requires explicit approval token for safe, reversible edits.
    MIT
  • Replace the text content of the currently selected text object in an active Inkscape document. Requires explicit approval to execute.
    MIT
    Destructive
  • Run one perceive-decide-act-observe cycle for live SVG editing. Perceive the current scene, optionally apply styles or insert content, and return the updated frame and diff.
    MIT
    Destructive
  • Web-optimize SVG by removing Inkscape editor elements, unused definitions, and rounding coordinates to reduce file size losslessly.
    MIT