Logoloom MCP Server

AI logo design → SVG → full brand kit. Text-to-path, optimize, export PNG/ICO/WebP.

Local serverstdio

What is the Logoloom MCP server?

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.

What the server does

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • LogoLoomFree
  • Looka — $65-96
  • Brandmark — $35-95
  • Canva — $15/mo for SVG
  • text_to_path — Convert SVG elements to 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

Installation

Installation 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.

Credentials and setup notes

  • Node.js 18+ - For image_to_svg: install vtracer (cargo install vtracer) or potrace (apt install potrace)

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
LogoLoom**Free**
Looka$65-96
Brandmark$35-95
Canva$15/mo for SVG
text_to_pathConvert SVG <text> elements to <path> using font outlines. Font-independent rendering.
optimize_svgClean and compress SVG (30-60% smaller). Remove metadata, merge paths.
export_brand_kitExport full brand kit: PNG sizes, ICO, WebP, OG image, mono variants, BRAND.md.
image_to_svgConvert PNG/JPG to SVG vector (vtracer). Best for logos and flat graphics.

How to install the Logoloom MCP server

### 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.

Configuration

  • Node.js 18+ - For image_to_svg: install vtracer (cargo install vtracer) or potrace (apt install potrace)

Example prompts to try

  • Use Logoloom to LogoLoom.
  • Use Logoloom to Looka.
  • Use Logoloom to Brandmark.

Frequently asked questions

It connects Logoloom to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (LogoLoom, Looka, Brandmark, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Logoloom directly.