Skip to main content
Glama
396,507 tools. Last updated 2026-08-05 11:34

"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
  • 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

Matching MCP Servers

  • 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
  • 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
  • Web-optimize SVG by removing Inkscape editor elements, unused definitions, and rounding coordinates to reduce file size losslessly.
    MIT
  • Set the fill color and opacity of specified SVG objects using hex, RGB, HSL, or named colors.
    MIT
  • Set the stroke color, width, or opacity of selected objects to style their outline or border.
    MIT
  • Replace every occurrence of a specified color with another color across an entire SVG document or within selected elements.
    MIT
  • Restyle text by setting font-family, size, and weight. Each property is validated, and glyph coverage is checked to prevent missing characters.
    MIT
  • Duplicate an object or group in place, inserting a self-consistent clone with unique IDs right after the original. Use for copying a single object; for grids or instances use other tools.
    MIT
  • Reposition an object by applying a horizontal and vertical offset to its location in the parent coordinate space.
    MIT