IconGen

luannn010/IconGen
★ 0 stars Python AI/LLM Updated 1mo ago
MCP server that will generate SVG Icons for UI assess for development that directly put on project path using LLM
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "icongen": {
      "command": "uvx",
      "args": [
        "icongen"
      ]
    }
  }
}

Or install with pip: pip install icongen

README Excerpt

SVG icon generation system that turns text prompts into clean, optimized SVG icons using Stable Diffusion 1.5 + VTracer vectorization. Exposed as a FastAPI service and as MCP tools so LLMs can call it directly. ``` text prompt │ ▼ ┌─────────────────────────────────────────────┐ │ MCP Server (icongen_mcp/) │