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.
Trusted by builders
We replaced an entire design workflow with a single GlyphKit API call. Our agent now ships brand-consistent assets on every deploy.
Finally an asset API that doesn't require a human in the loop. Integrates directly into our CI pipeline — no designer bottleneck.
The favicon package endpoint alone saved us hours per project. Every new tenant gets a full brand kit in under two seconds.
How it works
No design tools. No manual export. Your agent calls GlyphKit, production assets arrive.
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_..."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"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.zipMCP Tools
The full GlyphKit toolset, available natively in your AI agent context.
Generate a logo lockup as SVG or PNG.
Generate an icon as SVG, PNG, or ICO.
Generate a full favicon package ZIP for a brand.
Generate a ZIP bundle of social media images for a brand.
Generate a complete brand kit ZIP with logo, icon, favicon, and social images.
Extract a reusable brand palette from an uploaded image.
Edit an existing generated asset by asset ID.
Remove the background from an uploaded image.
Trace an image into a stylized SVG using a pixel-grid algorithm.
Apply a theme variation to an existing asset package.
MCP Setup
One config. Any AI client.
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.
{
"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
One API endpoint. All the formats your product needs.
Crisp, scalable vector graphics optimized for web and print. Full color control, custom dimensions, and clean output paths.
High-resolution PNG exports with transparent backgrounds. 1×, 2×, and 3× variants generated automatically from every request.
Multi-size ICO files and complete favicon packages with all required sizes for browsers, PWAs, and app stores.
OG images, Twitter cards, LinkedIn banners, and app store icons — all generated in a single API call from one prompt.
Generated assets
Every card below was generated from a plain-text prompt. No Figma, no design tools, no manual work.
prompt: “minimal fintech startup logo”
prompt: “tech startup hexagon mark”
prompt: “SaaS product wordmark + icon”
prompt: “abstract gradient app icon”
prompt: “developer tools CLI icon”
prompt: “AI/ML platform geometric mark”
prompt: “e-commerce platform brand mark”
prompt: “healthcare platform icon”
prompt: “gaming studio lightning mark”
prompt: “real estate agency icon”
prompt: “food delivery app icon”
prompt: “education platform badge”
Each asset available as SVG · PNG · PNG@2x · PNG@3x · ICO · ZIP
API-first design
POST your brand name, style, and colors — get back a raw binary SVG, PNG, or ICO. No presigned URLs, no polling, no complex pipelines.
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.svgPricing
Start free with the template engine. Unlock AI generation as you scale.
Start building today
Use the REST API in your code or drop the MCP server into Claude, Cursor, or Windsurf. 100 free requests. No credit card.