Skip to content
Claude Desktop

Imagcon for Claude Desktop

io.github.explorer-64/imagcon-mcp

Generate PWA icon sets and iOS splash screens from a text prompt or an existing image.

client:Claude Desktop transport:streamable-http runtime:mcpb

Install Imagcon in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "imagcon-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.imagcon.app/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Imagcon in other clients