Back to MCP Servers
🔌

GenWaveLLC/svgmaker-mcp

MITAPI key required

📇 ☁️ - Provides AI-driven SVG generation and editing via natural language, with real-time updates and secure file handling.

TypeScriptFiles

Install

npx -y svgmaker-mcp

Required environment variables

SVGMAKER_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "genwavellc-svgmaker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "svgmaker-mcp"
      ],
      "env": {
        "SVGMAKER_API_KEY": "<YOUR_SVGMAKER_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.