Sign In

@mcpware/logoloom

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcpware/logoloom

AI-powered logo design → SVG → full brand kit export. Free, local, MCP-native.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
42
23.53%
Maintainers
1
Weekly downloads
 
Created
Source

LogoLoom

AI-powered logo design → SVG → full brand kit. Free, local, MCP-native.

npm license

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 — PNG (256/512/1024), ICO favicon, WebP, OG image, color variants, brand guidelines

One command. Zero API cost. Everything runs locally.

Quick Start

npx @mcpware/logoloom

Claude Code / Cursor .mcp.json

{
  "mcpServers": {
    "logoloom": {
      "command": "npx",
      "args": ["-y", "@mcpware/logoloom"]
    }
  }
}

Then ask Claude: "Design a logo for my project"

Tools

ToolWhat it does
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.

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 rules

How 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 everywhere

Why not just use Recraft / SVGMaker?

LogoLoomRecraft V3SVGMaker
PriceFreeFree (no commercial) / $10/mo$8+
Commercial useYesPaid onlyYes
Runs locallyYesNo (cloud)No (cloud)
MCP nativeYesNoYes
Full brand kitYesNo (SVG only)No
Codebase-awareYesNoNo

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

ToolWhat it doesInstall
instagram-mcp23 Instagram Graph API toolsnpx @mcpware/instagram-mcp
claude-code-organizerVisual dashboard for Claude Code configsnpx @mcpware/claude-code-organizer
ui-annotator-mcpHover labels on any web page for AInpx @mcpware/ui-annotator-mcp
pagecastRecord browser sessions as GIF/videonpx @mcpware/pagecast

License

MIT

Keywords

mcp

FAQs

Package last updated on 22 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts