Inkscape

v1.0.0Business Applicationsstable

Inkscape MCP Server - Control Inkscape through AI assistants via Model Context Protocol

inkmcpmcpai-integration
Share:
41
Stars
0
Downloads
0
Weekly
0/5

What is Inkscape?

Inkscape is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to inkscape mcp server - control inkscape through ai assistants via model context protocol

Inkscape MCP Server - Control Inkscape through AI assistants via Model Context Protocol

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Inkscape MCP Server - Control Inkscape through AI assistants

Use Cases

Control Inkscape vector graphics editor through AI.
Shriinivas

Maintainer

LicenseAGPL-3.0
Languagepython
Versionv1.0.0
UpdatedMay 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx inkmcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Inkscape

Inkscape MCP Server (inkmcp) connects AI assistants to a live Inkscape instance via the Model Context Protocol, enabling natural language control of the Inkscape vector graphics editor for creating and manipulating SVG artwork. It installs as an Inkscape extension and exposes a universal inkscape_operation tool that accepts commands for drawing shapes, applying gradients, executing arbitrary Python/inkex code in Inkscape's live context, querying document structure, and exporting viewport screenshots. Designers and developers on Linux use it to automate repetitive illustration tasks, prototype SVG designs through conversation, or integrate Inkscape into larger creative AI workflows — including an optional Blender integration for cross-application code execution.

Prerequisites

  • Linux operating system (currently Linux only due to D-Bus dependency; macOS/Windows not supported)
  • Inkscape 1.x installed with extension support enabled
  • Python 3.8 or later (used by the extension scripts)
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • Inkscape must be running with the inkmcp extension active before the MCP server can control it
1

Download the inkmcp extension archive

Download the inkmcp-extension.zip release from the GitHub releases page or clone the repository to get the extension files.

git clone https://github.com/Shriinivas/inkmcp.git
2

Install the extension into Inkscape's extensions directory

Copy or extract the extension files into Inkscape's user extensions folder.

cp -r inkmcp/extensions/* ~/.config/inkscape/extensions/
3

Make the extension scripts executable

Ensure the shell and Python scripts in the inkmcp extension directory have execute permissions.

cd ~/.config/inkscape/extensions/inkmcp
chmod +x run_inkscape_mcp.sh inkmcpcli.py inkscape_mcp_server.py main.py
4

Start Inkscape and activate the extension

Launch Inkscape, then activate the inkmcp extension from the Extensions menu. This starts the D-Bus listener that the MCP server communicates with.

5

Configure your MCP client

Add the inkmcp server to your MCP client configuration, pointing to the run_inkscape_mcp.sh launcher script with its absolute path.

{
  "mcpServers": {
    "inkscape": {
      "command": "/home/USERNAME/.config/inkscape/extensions/inkmcp/run_inkscape_mcp.sh"
    }
  }
}
6

Restart your MCP client and connect

Quit and reopen Claude Desktop (or your MCP client). With Inkscape running and the extension active, the inkscape_operation tool will be available for natural language drawing commands.

Inkscape Examples

Client configuration

claude_desktop_config.json entry for inkmcp using the shell launcher script. Replace USERNAME with your actual Linux username.

{
  "mcpServers": {
    "inkscape": {
      "command": "/home/USERNAME/.config/inkscape/extensions/inkmcp/run_inkscape_mcp.sh"
    }
  }
}

Prompts to try

Example natural language commands to control Inkscape through the inkmcp MCP server.

- "Draw a red circle with radius 50px at the center of the canvas"
- "Create a blue rectangle 200x100px in the top-left corner"
- "Add a linear gradient from orange to purple on the selected shape"
- "Insert the text 'Hello World' in 24pt bold at position 100, 150"
- "Take a screenshot of the current Inkscape viewport"
- "Get information about all elements currently in the document"

Troubleshooting Inkscape

The MCP server fails to connect to Inkscape with D-Bus errors

Ensure Inkscape is running and the inkmcp extension has been activated from the Extensions menu before starting the MCP server. The extension must be active and listening on D-Bus for the connection to succeed.

run_inkscape_mcp.sh is not found or permission denied

Verify the file exists at ~/.config/inkscape/extensions/inkmcp/run_inkscape_mcp.sh and that you ran 'chmod +x' on all the extension scripts. Use the full absolute path (replace ~ with /home/username) in the MCP config.

inkmcp does not work on macOS or Windows

The extension currently requires Linux due to its reliance on D-Bus for IPC with Inkscape. Cross-platform support via TCP or named pipes is noted as a future roadmap item. For non-Linux systems, consider running Inkscape inside a Linux VM or container.

Frequently Asked Questions about Inkscape

What is Inkscape?

Inkscape is a Model Context Protocol (MCP) server that inkscape mcp server - control inkscape through ai assistants via model context protocol It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Inkscape?

Follow the installation instructions on the Inkscape GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Inkscape?

Inkscape works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Inkscape free to use?

Yes, Inkscape is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Inkscape Alternatives — Similar Business Applications Servers

Looking for alternatives to Inkscape? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "inkmcp": { "command": "npx", "args": ["-y", "inkmcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Inkscape?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides