Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Explorer-64/imagcon-mcp MCP server](https://glama.ai/mcp/servers/Explorer-64/imagcon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Explorer-64/imagcon-mcp) 🐍 ☁️ 🍎 πŸͺŸ 🐧 - Generate deployment-ready PWA, iOS, and Android app icon sets from a text...

README.md

imagcon-mcp

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

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.5-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.5-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.5-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. Returns image_key and a preview URL. Show the preview to the user and confirm before generating icons.
  • save_image β€” Save a generated image to your gallery by image_key and name.
  • 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-saved image_key β€” no re-generation, no upload. Same output as generate_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 to output_dir (default ./public/icons).
  • create_pwa_icons_from_image β€” Same PWA pipeline from an existing local PNG/JPEG/WebP at image_path (no AI generation).
  • list_saved_icon_sets β€” List saved icon sets with IDs.
  • download_icon_set β€” Download a saved icon set ZIP by set_id, extract to output_dir.
  • get_icon_set_download_url β€” Get an authenticated download URL for a saved icon set ZIP by set_id.

Splash screens

  • generate_splash_screens β€” AI-generate a source image and produce 16 iOS splash screens, extract to output_dir (default ./public/splash).
  • create_splash_screens_from_image β€” Same splash pipeline from an existing local PNG/JPEG/WebP at image_path (no AI generation).
  • create_splash_screens_from_key β€” Same splash pipeline from an existing image_key (e.g. from generate_image or list_saved_images) β€” composites the icon on each canvas size without re-generating.
  • download_splash_screens β€” Download a saved splash screen set ZIP by set_id, extract to output_dir.
  • get_splash_screen_download_url β€” Get an authenticated download URL for a saved splash screen set ZIP by set_id.

Account

  • get_credit_balance β€” Returns remaining Imagcon credits.
  • setup_wallet_profile β€” Activate a permanent Imagcon account after a pay-per-call x402 payment. Pass wallet address, profile token from X-Imagcon-Token, name, terms_confirmed (after reading https://imagcon.app/terms-of-service), and a wallet signature over imagcon.app/profile/activate:{profile_token}:{unix_timestamp}.

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, create_splash_screens_from_key, 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).

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Cloud & DevOps servers.