inkscape-mcp
活跃·★ 19·更新于 2026-05-28
★ 时下流行★ API 集成
一个为Inkscape提供MCP服务器的工具,使AI代理能够通过命令行调用Inkscape功能。
Inkscape MCP 是一个模型上下文协议服务器,允许 AI 代理通过命令行控制 Inkscape。它提供文件、矢量、分析和系统四大类工具。基于 FastMCP 构建,需要 Python 3.12+、uv 和 Inkscape。
#inkscape#MCP 服务器#MCP 服务器#SVG
01
功能特性
01通过 MCP 服务器驱动 Inkscape CLI,支持代理工作流
02四大工具类别:文件、矢量、分析和系统
03基于 FastMCP 3.2+,高效 JSON-RPC 通信
04工业级代码质量,使用 Ruff、Biome 和 justfile
05通过 git clone 和 just 命令快速启动
02
兼容性
macOS
macOS
已通过文档验证
Windows
Windows
已通过文档验证
Linux
Linux
已通过文档验证
03
快速开始
1
$ git clone https://github.com/sandraschi/inkscape-mcp
2
$ cd inkscape-mcp
3
$ just
04
使用场景
↳通过 AI 代理自动创建和编辑矢量图形
↳集成到 IDE(Cursor、VS Code)或 Claude Desktop 进行设计任务
↳以编程方式批量处理 SVG 文件
05
同类工具
相关搜索
评论
登录后发表评论
- BBlake Anderson2026年5月14日
Web app alongside the MCP server gives you a visual interface for verification.
- TTaylor Martinez2026年5月12日
Good for designers who want AI assistance with vector graphics work.
- PPeyton Jackson2026年4月27日
Works with Inkscape's scripting API for SVG manipulation.
- Scout Lee2026年4月1日
Inkscape SVG editor control via MCP with a FastMCP foundation.