Shriinivas/inkmcp
If you are the rightful owner of inkmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Inkscape MCP Server is a Model Context Protocol server that allows real-time control of Inkscape using natural language instructions, enabling AI assistants to manipulate vector graphics directly.
Tools
Functions exposed to the LLM to take actions
draw_shape
Create geometric shapes like rectangles, circles, ellipses, lines, polygons, text, and paths.
get_selection_info
Retrieve details about currently selected objects.
get_document_info
Get document dimensions, viewBox, and element counts.
get_object_info
Obtain detailed information about objects by ID, name, or type.
get_object_property
Fetch specific properties from objects.
execute_inkex_code
Run arbitrary Python/inkex code in a live context.
batch_draw
Execute multiple drawing commands efficiently.
get_viewport_screenshot
Capture the current view as a PNG.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client