Explorer-64/imagcon-mcp
FreeNot checkedGenerate deployment-ready PWA, iOS, and Android app icon sets from a text description. Produces all 27 required sizes, maskable icons, Xcode-ready iOS icons, An
About
Generate deployment-ready PWA, iOS, and Android app icon sets from a text description. Produces all 27 required sizes, maskable icons, Xcode-ready iOS icons, Android mipmap folders, splash screens, and manifest.json — packaged as a ZIP. Powered by Google Imagen 4.
README
Local MCP server that wraps the Imagcon API so assistants can generate PWA icon sets (all sizes, maskable assets, manifest.json) and iOS splash screens without opening the site. Runs as a stdio process via uvx — no hosted service dependency, no persistent connections.
Requirements
- Python 3.11–3.12
- uv (provides
uvx) - An Imagcon API key starting with
ic_live_from imagcon.app/api-keys
Install
The package is self-hosted (not on PyPI). Install directly from the wheel:
claude mcp add imagcon -- uvx --from https://imagcon.app/downloads/imagcon_mcp-0.2.4-py3-none-any.whl imagcon-mcp --api-key ic_live_...
Or with the key in the environment instead of on the command line:
claude mcp add imagcon -- uvx --from https://imagcon.app/downloads/imagcon_mcp-0.2.4-py3-none-any.whl imagcon-mcp
export IMAGCON_API_KEY=ic_live_...
For other MCP clients (Cursor, Windsurf, VS Code, Cline, Zed, Warp, Continue.dev), use the equivalent stdio config:
{
"mcpServers": {
"imagcon": {
"command": "uvx",
"args": ["--from", "https://imagcon.app/downloads/imagcon_mcp-0.2.4-py3-none-any.whl", "imagcon-mcp", "--api-key", "ic_live_..."]
}
}
}
Per-client config file locations and full examples: see CLIENT-CONFIGS in imagcon.app/.well-known/blueprint.txt.
Tools
Images
generate_image— AI-generate a source image from a text description. Returnsimage_keyand a preview URL. Show the preview to the user and confirm before generating icons.save_image— Save a generated image to your gallery byimage_keyandname.list_saved_images— List all saved source images with keys and preview URLs.create_icons_from_key— Generate a full PWA icon set from an already-savedimage_key— no re-generation, no upload. Same output asgenerate_pwa_icons.
Icon sets
generate_pwa_icons— AI-generate a source image, then resize to all PWA sizes, save the set, download the ZIP, extract tooutput_dir(default./public/icons).create_pwa_icons_from_image— Same PWA pipeline from an existing local PNG/JPEG/WebP atimage_path(no AI generation).list_saved_icon_sets— List saved icon sets with IDs.download_icon_set— Download a saved icon set ZIP byset_id, extract tooutput_dir.get_icon_set_download_url— Get an authenticated download URL for a saved icon set ZIP byset_id.
Splash screens
generate_splash_screens— AI-generate a source image and produce 16 iOS splash screens, extract tooutput_dir(default./public/splash).create_splash_screens_from_image— Same splash pipeline from an existing local PNG/JPEG/WebP atimage_path(no AI generation).download_splash_screens— Download a saved splash screen set ZIP byset_id, extract tooutput_dir.get_splash_screen_download_url— Get an authenticated download URL for a saved splash screen set ZIP byset_id.
Account
get_credit_balance— Returns remaining Imagcon credits.
AI image generation (generate_image, generate_pwa_icons, generate_splash_screens) and icon/splash set exports use credits. create_pwa_icons_from_image, create_splash_screens_from_image, and create_icons_from_key skip AI generation credits but still charge for export.
Configuration
| Source | Variable / flag |
|---|---|
| Environment | IMAGCON_API_KEY |
| CLI | --api-key (overrides the env var) |
If the key is missing, the process exits with an error pointing to imagcon.app/api-keys.
API base URL
All requests go to https://imagcon.app (no other base URL is supported).
Install Explorer-64/imagcon-mcp in Claude Desktop, Claude Code & Cursor
unyly install explorer-64-imagcon-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add explorer-64-imagcon-mcp -- uvx imagcon-mcpFAQ
Is Explorer-64/imagcon-mcp MCP free?
Yes, Explorer-64/imagcon-mcp MCP is free — one-click install via Unyly at no cost.
Does Explorer-64/imagcon-mcp need an API key?
No, Explorer-64/imagcon-mcp runs without API keys or environment variables.
Is Explorer-64/imagcon-mcp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Explorer-64/imagcon-mcp in Claude Desktop, Claude Code or Cursor?
Open Explorer-64/imagcon-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Explorer-64/imagcon-mcp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
