MCP Server · 10 tools shipped

Generate brand
assets from Claude,
any AI agent.

GlyphKit is an API-first asset engine with a native MCP server. Use it directly from Claude, Cursor, Windsurf, or any MCP-compatible agent — get production-ready SVGs, PNGs, ICOs, and brand kits in under two seconds.

MCP ServerREST APICLIAgent Skill
10
MCP tools
< 1.3s
Avg. response time
99.9%
Uptime SLA

Trusted by builders

Launchpad AI
Stackform
AppKit
Forgelab
Devcraft
Meshwork
500+
Beta developers
2M+
Assets generated
< 1.3s
Avg. generation time
99.9%
API uptime

We replaced an entire design workflow with a single GlyphKit API call. Our agent now ships brand-consistent assets on every deploy.

MT
Marcus T.
CTO, Launchpad AI

Finally an asset API that doesn't require a human in the loop. Integrates directly into our CI pipeline — no designer bottleneck.

PN
Priya N.
Lead Engineer, Stackform

The favicon package endpoint alone saved us hours per project. Every new tenant gets a full brand kit in under two seconds.

DK
Daniel K.
Founder, AppKit.dev

How it works

From prompt to asset in three steps

No design tools. No manual export. Your agent calls GlyphKit, production assets arrive.

01

Get your API key

Sign up and grab your API key from the dashboard. Add it to your environment or drop the MCP config into Claude Desktop, Cursor, or Windsurf.

GLYPHKIT_API_KEY="gk_live_..."
02

Send a plain-text prompt

Call the REST API, invoke a CLI command, or ask your AI agent to generate an asset. No JSON schema required — just describe what you need.

prompt: "minimal fintech startup logo"
03

Receive production-ready assets

Get back SVG, PNG, ICO, and ZIP bundles in under two seconds. Deterministic output — same prompt, same brand kit, every time.

→ logo.svg · logo.png · favicon.ico · kit.zip
API-first
OpenAPI 3.1 spec
TypeScript SDK
Fully typed
Deterministic
Reproducible output
< 2s
Avg. generation time
10 MCP tools
Native agent support
99.9% uptime
SLA guaranteed

MCP Tools

10 tools. Every asset.

The full GlyphKit toolset, available natively in your AI agent context.

generate_logo

Generate a logo lockup as SVG or PNG.

generate_icon

Generate an icon as SVG, PNG, or ICO.

generate_favicon_package

Generate a full favicon package ZIP for a brand.

generate_social_kit

Generate a ZIP bundle of social media images for a brand.

generate_brand_kit

Generate a complete brand kit ZIP with logo, icon, favicon, and social images.

extract_palette

Extract a reusable brand palette from an uploaded image.

edit_asset

Edit an existing generated asset by asset ID.

remove_background

Remove the background from an uploaded image.

trace_image

Trace an image into a stylized SVG using a pixel-grid algorithm.

apply_theme

Apply a theme variation to an existing asset package.

MCP Setup

One config. Any AI client.

Install in 60
seconds.

Add the GlyphKit MCP server to your AI client config. Claude, Cursor, Windsurf — one snippet and all 10 tools are available inside your agent context.

  • Works in Claude Desktop, Cursor, Windsurf, and any MCP host
  • Zero dependencies — runs via npx, no install required
  • 10 tools available immediately after config
  • Assets saved locally to your output directory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glyphkit": {
      "command": "npx",
      "args": ["-y", "@glyphkit/mcp"],
      "env": {
        "GLYPHKIT_API_KEY": "your_api_key_here"
      }
    }
  }
}

Replace your_api_key_here with your key from the dashboard.

Asset types

Every format, every size

One API endpoint. All the formats your product needs.

SVG

Vector Generation

Crisp, scalable vector graphics optimized for web and print. Full color control, custom dimensions, and clean output paths.

ScalableOptimizedColor control
PNG

Raster Exports

High-resolution PNG exports with transparent backgrounds. 1×, 2×, and 3× variants generated automatically from every request.

Transparent BGHi-DPIMulti-res
ICO

Favicon Packages

Multi-size ICO files and complete favicon packages with all required sizes for browsers, PWAs, and app stores.

Multi-sizePWA readyApp store
KIT

Social Media Kits

OG images, Twitter cards, LinkedIn banners, and app store icons — all generated in a single API call from one prompt.

OG ImageSocial cardsApp icons

Generated assets

Real output. Zero effort.

Every card below was generated from a plain-text prompt. No Figma, no design tools, no manual work.

prompt: minimal fintech startup logo

SVGPNGICO
0.9s

prompt: tech startup hexagon mark

SVGPNGICOKIT
1.1s

prompt: SaaS product wordmark + icon

SVGPNGICO
1.4s

prompt: abstract gradient app icon

SVGPNGICOKIT
0.8s

prompt: developer tools CLI icon

SVGPNGICO
1.0s

prompt: AI/ML platform geometric mark

SVGPNGICOKIT
1.2s

prompt: e-commerce platform brand mark

SVGPNGICO
1.1s

prompt: healthcare platform icon

SVGPNGICOKIT
0.8s

prompt: gaming studio lightning mark

SVGPNGICO
0.7s

prompt: real estate agency icon

SVGPNGICO
1.3s

prompt: food delivery app icon

SVGPNGICOKIT
0.9s

prompt: education platform badge

SVGPNGICO
1.0s

Each asset available as SVG · PNG · PNG@2x · PNG@3x · ICO · ZIP

API-first design

One call.
Every format.

POST your brand name, style, and colors — get back a raw binary SVG, PNG, or ICO. No presigned URLs, no polling, no complex pipelines.

  • REST API with full OpenAPI spec
  • Native MCP server — works in Claude, Cursor, Windsurf
  • CLI tool for terminal and CI pipelines
  • Binary response — stream directly to disk or S3
curl -X POST https://api.glyphkit.dev/v1/assets/icon \
  -H "Authorization: Bearer $GLYPHKIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "brandName": "Acme",
    "style": "geometric",
    "primaryColor": "#FF6B1A",
    "secondaryColor": "#e85500",
    "format": "svg",
    "size": 512
  }' \
  -o acme-icon.svg

Pricing

Simple, transparent pricing

Start free with the template engine. Unlock AI generation as you scale.

Free
Template engine
Explore the template engine with no commitment.
$0forever
100 generations / month
  • Template engine (5 styles)
  • SVG output
  • Watermarked output
  • 1 brand kit
  • REST API access
  • Community support
Start for free
Starter
Template engine
Production-ready assets for developers shipping fast.
$49/ month
2,500 generations / month
  • Everything in Free
  • No watermark
  • All formats (SVG, PNG, ICO)
  • 5 brand kits
  • Email support
Get started
Most popular
Growth
Template + AI engine
Scaling teams with higher volume and AI-powered generation.
$149/ month
15,000 generations / month
  • Everything in Starter
  • AI engine access
  • Priority queue
  • 25 brand kits
  • 3 team seats
  • Priority support
Start growing
Pro
AI engine
AI-native asset pipelines for high-volume agent workflows.
$349/ month
50,000 generations / month
  • Everything in Growth
  • AI engine first
  • Custom templates
  • Unlimited brand kits
  • SLA guarantee
  • Dedicated support
Go Pro
Template engine — fast, deterministicAI engine — generative, creative

Start building today

API or MCP —
your choice.

Use the REST API in your code or drop the MCP server into Claude, Cursor, or Windsurf. 100 free requests. No credit card.