CursorPool
← 返回首页

SVGMaker MCP Server

9

通过自然语言生成和编辑 SVG 图形的 AI 工具,支持 Claude、Cursor、VS Code 等 LLM 集成,提供实时更新、安全文件处理与 TypeScript 支持。

MCPSVGMaker MCP 服务器
添加到 Cursor

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

{
  "env": {
    "SVGMAKER_API_KEY": "your_api_key_here"
  },
  "args": [
    "@genwave/svgmaker-mcp"
  ],
  "type": "local",
  "command": "npx",
  "transport": "stdio"
}