SVGMaker MCP Server is a powerful, AI-driven tool for generating and editing SVG graphics via natural language. It supports seamless LLM integrations (Claude, Cursor, VS Code, and more), real-time updates, secure file handling, and TypeScript support—making it ideal for developers, designers, and automation workflows.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"SVGMAKER_API_KEY": "your_api_key_here"
},
"args": [
"@genwave/svgmaker-mcp"
],
"type": "local",
"command": "npx",
"transport": "stdio"
}