AI logo design → SVG → full brand kit. Text-to-path, optimize, export PNG/ICO/WebP.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"logoloom": {
"args": [
"-y",
"@mcpware/logoloom"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
One command. Full brand kit. Zero cost. Stop juggling 5 tools for your logo.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@mcpware/logoloom' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @mcpware/logoloom against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
Coinbase Design System - MCP Server
MCP Security Weekly
Get CVE alerts and security updates for io.github.mcpware/logoloom and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
One command. Full brand kit. Zero cost. Stop juggling 5 tools for your logo.
Getting a logo for your side project shouldn't cost $96 (Looka) or require juggling Canva + favicon generator + OG image maker + manual PNG exports. Logo is the #1 shipping blocker for indie devs — not because it's hard, but because the tooling sucks.
AI designs your logo as clean SVG code (not messy auto-traced paths), then post-processes into a complete brand kit — 31 files, one command:
Zero API cost. Everything runs locally. Free forever.
| Tool | Price | SVG? | Full brand kit? | MCP? | Local? |
|---|---|---|---|---|---|
| LogoLoom | Free | ✅ clean code | ✅ 31 files | ✅ | ✅ |
| Looka | $65-96 | ✅ | ✅ (templates) | ❌ | ❌ |
| Brandmark | $35-95 | ✅ | ✅ ($95) | ❌ | ❌ |
| Canva | $15/mo for SVG | raster only free | ✅ (Pro) | ❌ | ❌ |
| Recraft V3 | Free = no commercial use | ✅ | ❌ | ❌ | ❌ |
| SVGMaker MCP | credits ($) | ✅ cloud | ❌ | ✅ | ❌ |
<text> to <path> so fonts render everywhere (opentype.js)npx @mcpware/logoloom
.mcp.json{
"mcpServers": {
"logoloom": {
"command": "npx",
"args": ["-y", "@mcpware/logoloom"]
}
}
}
Then ask Claude: "Design a logo for my project"
| Tool | What it does |
|---|---|
text_to_path | Convert SVG <text> elements to <path> using font outlines. Font-independent rendering. |
optimize_svg | Clean and compress SVG (30-60% smaller). Remove metadata, merge paths. |
export_brand_kit | Export full brand kit: PNG sizes, ICO, WebP, OG image, mono variants, BRAND.md. |
image_to_svg | Convert PNG/JPG to SVG vector (vtracer). Best for logos and flat graphics. |
brand/
├── logo-full-light.svg # Primary logo
├── logo-full-dark.svg # Dark mode variant
├── icon-light.svg # Icon only
├── icon-mono-black.svg # Single-color (print)
├── icon-mono-white.svg # White on dark
├── icon-256.png # Small
├── icon-512.png # Medium
├── icon-1024.png # Large (app stores)
├── icon-512.webp # Web optimized
├── favicon.ico # Browser favicon
├── favicon-16.png # 16px favicon
├── favicon-48.png # 48px favicon
├── og-image.png # Social share (1200×630)
└── BRAND.md # Colors, typography, usage rules
You: "Design a logo for mcpware"
Claude:
1. Reads your README + package.json
2. Asks brand questions (audience, feel, color)
3. Generates 6-8 SVG concepts in HTML preview
4. You pick → Claude iterates → you approve
LogoLoom MCP:
5. text_to_path → font-independent SVG
6. optim
... [View full README on GitHub](https://github.com/mcpware/logoloom#readme)