MCP Icon Generator
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Icon GeneratorGenerate an app icon with text 'MyApp' on a blue background"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Icon Generator
An MCP (Model Context Protocol) server that provides tools for generating app icons with custom text, colors, and sizes.
Installation
Clone this repository:
git clone https://github.com/chacebot/mcp-icon-generator.git
cd mcp-icon-generator
npm installFor PNG generation (recommended), install Sharp:
npm install sharpRelated MCP server: Web Icons Generator CLI MCP
Features
This server provides the following tools for icon generation:
generate_app_icon - Generate a single app icon image with custom text and colors
generate_ios_app_icon_set - Generate a complete iOS AppIcon.appiconset with all required sizes
Quick Start
Install dependencies:
npm install npm install sharp # Optional but recommended for PNG generationConfigure your MCP client (Claude Desktop, Cursor, etc.):
{ "mcpServers": { "icon-generator": { "command": "node", "args": ["/path/to/mcp-icon-generator/src/index.js"] } } }
Tools
generate_app_icon
Generate a single app icon image with customizable properties.
Parameters:
text(required): Text to display on the icon (e.g., "K" for Kanban)outputPath(required): Full path where the icon PNG file should be savedsize(optional): Icon size in pixels (default: 1024)backgroundColor(optional): Background color in hex format (default: "#FFFFFF")textColor(optional): Text color in hex format (default: "#000000")fontSize(optional): Font size as a percentage of icon size, 0.0-1.0 (default: 0.7)fontFamily(optional): Font family name (uses system default if not specified)
Example:
{
"text": "K",
"outputPath": "/path/to/icon.png",
"size": 1024,
"backgroundColor": "#FFFFFF",
"textColor": "#000000",
"fontSize": 0.7
}generate_ios_app_icon_set
Generate a complete iOS AppIcon.appiconset directory with all required icon sizes and Contents.json.
Parameters:
text(required): Text to display on the iconappiconsetPath(required): Path to the AppIcon.appiconset directorybackgroundColor(optional): Background color in hex format (default: "#FFFFFF")textColor(optional): Text color in hex format (default: "#000000")fontSize(optional): Font size as a percentage (default: 0.7)
Example:
{
"text": "K",
"appiconsetPath": "/path/to/AppIcon.appiconset",
"backgroundColor": "#FFFFFF",
"textColor": "#000000"
}Output Formats
With Sharp installed: Generates PNG files directly
Without Sharp: Generates SVG files (can be converted to PNG with external tools)
Use Cases
Generate app icons for iOS/Android apps
Create placeholder icons during development
Generate branded icons with custom text
Batch generate icons for multiple apps
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAutomatically generates complete favicon sets from PNG images or URLs, creating multiple sizes, ICO files, Apple touch icons, and manifest.json for web applications.234MIT
- Alicense-qualityDmaintenanceGenerates all required web app icons and manifest files from a single source image with framework auto-detection. Supports Next.js App Router, traditional web apps, and PWA standards with zero configuration.7MIT
- FlicenseAqualityCmaintenanceGenerates beautiful App Store and Play Store screenshots by inserting app images into iPhone/iPad mockup frames with customizable text overlays and gradient backgrounds. Supports multiple device types and batch generation with both free and pro subscription tiers.8
- AlicenseAqualityCmaintenanceRoutes one brief to the right image model across 60+ (gpt-image-1.5, Ideogram 3, Recraft V4, Flux), validates the output, and fans out to iOS/Android/PWA/favicon/visionOS/Flutter bundles. Works without an API key via Pollinations, HF Inference, Stable Horde, or host-LLM inline SVG.2416MIT
Related MCP Connectors
Generate PWA icon sets and iOS splash screens from a text prompt or an existing image.
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Create App Store screenshots, icons, ASO copy, localization, and revisions via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chacebot/mcp-icon-generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server