logoloom
Generates brand assets and app icons in the specific 1024px size required for App Store submissions.
Produces preview images and brand kit assets specifically optimized for use within GitHub repositories.
Creates, optimizes, and manipulates clean SVG code, including converting text to paths and vectorizing bitmap graphics.
LogoLoom
One command. Full brand kit. Zero cost. Stop juggling 5 tools for your logo.
The Problem
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.
Related MCP server: Recraft AI MCP Server
The Solution
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:
SVG — full logo, icon only, wordmark only (light/dark/mono variants)
PNG — 10 standard sizes (16px favicon → 1024px App Store)
ICO — browser favicon
WebP — web optimized
Social — OG image (1200×630), GitHub preview (1280×640), Twitter header (1500×500)
BRAND.md — color codes, typography, usage guidelines
Zero API cost. Everything runs locally. Free forever.
Why Not Use Existing Tools?
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 | ❌ | ✅ | ❌ |
What it does
AI designs your logo — Claude reads your codebase, understands your brand, writes SVG
Text → Path — converts
<text>to<path>so fonts render everywhere (opentype.js)Optimize — cleans SVG, removes bloat, compresses paths (SVGO)
Export brand kit — 31 files across 3 categories (full logo + icon only + wordmark only) × (light/dark/mono) + all PNG sizes + social media sizes + BRAND.md
Quick Start
npx @mcpware/logoloomClaude Code / Cursor .mcp.json
{
"mcpServers": {
"logoloom": {
"command": "npx",
"args": ["-y", "@mcpware/logoloom"]
}
}
}Then ask Claude: "Design a logo for my project"
Tools
Tool | What it does |
| Convert SVG |
| Clean and compress SVG (30-60% smaller). Remove metadata, merge paths. |
| Export full brand kit: PNG sizes, ICO, WebP, OG image, mono variants, BRAND.md. |
| Convert PNG/JPG to SVG vector (vtracer). Best for logos and flat graphics. |
Example Output
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 rulesHow it works
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. optimize_svg → clean, compressed
7. export_brand_kit → all sizes, all formats, brand guidelines
Output: brand/ folder, ready to use everywhereWhy not just use Recraft / SVGMaker?
LogoLoom | Recraft V3 | SVGMaker | |
Price | Free | Free (no commercial) / $10/mo | $8+ |
Commercial use | Yes | Paid only | Yes |
Runs locally | Yes | No (cloud) | No (cloud) |
MCP native | Yes | No | Yes |
Full brand kit | Yes | No (SVG only) | No |
Codebase-aware | Yes | No | No |
Tech Stack
All open source, all running locally:
opentype.js — font parsing, text → SVG path conversion
SVGO — SVG optimization and compression
sharp — SVG → PNG/WebP/ICO rasterization
vtracer — bitmap → SVG vectorization (optional, needs system install)
Requirements
Node.js 18+
For
image_to_svg: install vtracer (cargo install vtracer) or potrace (apt install potrace)
More from @mcpware
Project | What it does | Install |
23 Instagram Graph API tools — posts, comments, DMs, stories, analytics |
| |
Visual dashboard for Claude Code memories, skills, MCP servers, hooks |
| |
Hover labels on any web page — AI references elements by name |
| |
Record browser sessions as GIF or video via MCP |
|
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP Tool Server for Logo Generation. This server provides logo generation capabilities using FAL AI, with tools for image generation, background removal, and image scaling.Last updated172GPL 3.0

Recraft AI MCP Serverofficial
AlicenseAqualityFmaintenanceAn MCP server that integrates with Recraft AI to enable generation and manipulation of high-quality raster and vector images through tools like image generation, editing, vectorization, background removal, and upscaling.Last updated923360MIT- Alicense-qualityCmaintenanceAI-powered SVG icon generation MCP server. Generate production-ready SVG icons from text descriptions with customizable styles, sizes, and themes.Last updated536MIT
- AlicenseAqualityBmaintenanceMCP server that turns AI into an SVG artist. One rendering engine with a rich JSON schema, AI controls all design parameters. Renders animated SVGs with CSS @keyframes and SMIL animations. Supports 16+ element types, parametric curves, pattern groups, gradient/filter/clip/mask definitions, and PNG preview. No external dependencies, runs locally via npx.Last updated316120MIT
Related MCP Connectors
MCP server for Midjourney AI image generation and editing
MCP server for NanoBanana AI image generation and editing
MCP server for Flux AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpware/logoloom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server