mcpware/logoloom
AI-powered logo design → SVG → full brand kit. Free, local, MCP-native.
Platform-specific configuration:
{
"mcpServers": {
"logoloom": {
"command": "npx",
"args": [
"-y",
"logoloom"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
AI-powered logo design → SVG → full brand kit. Free, local, MCP-native.
[](https://www.npmjs.com/package/@mcpware/logoloom) [](LICENSE)
<p align="center"> </p>
<text> to <path> so fonts render everywhere (opentype.js)One command. Zero API cost. Everything runs locally.
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 # BrowserLoading reviews...