AI logo design → SVG → full brand kit. Text-to-path, optimize, export PNG/ICO/WebP.
Connect Logoloom to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AI logo design → SVG → full brand kit. Text-to-path, optimize, export PNG/ICO/WebP. The logoloom mcp server is what makes that connection.
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.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
LogoLoom — FreeLooka — $65-96Brandmark — $35-95Canva — $15/mo for SVGtext_to_path — Convert SVG elements to using font outlines. Font-independent renderingoptimize_svg — Clean and compress SVG (30-60% smaller). Remove metadata, merge pathsexport_brand_kit — Export full brand kit: PNG sizes, ICO, WebP, OG image, mono variants, BRAND.mdimage_to_svg — Convert PNG/JPG to SVG vector (vtracer). Best for logos and flat graphicsInstallation goes through your MCP client rather than a global install: point it at @mcpware/logoloom on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
image_to_svg: install vtracer (cargo install vtracer) or potrace (apt install potrace)This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Logoloom's toolset — LogoLoom, Looka, Brandmark and 5 more — is a fair guide to whether it matches your workflow. It is maintained by mcpware; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Logoloom's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| LogoLoom | **Free** |
| Looka | $65-96 |
| Brandmark | $35-95 |
| Canva | $15/mo for SVG |
| 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. |
### Claude Code / Cursor `.mcp.json`
```json
{
"mcpServers": {
"logoloom": {
"command": "npx",
"args": ["-y", "@mcpware/logoloom"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.