What is the Imagcon MCP server?
Generate PWA icon sets and iOS splash screens from a text prompt or an existing image.
How to install Imagcon
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
IMAGCON_API_KEYrequiredsecretImagcon API key, issued free at https://imagcon.app/api-keys
AuthorizationrequiredImagcon API key, issued free at https://imagcon.app/api-keys
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"imagcon-mcp": {
"command": "https://github.com/Explorer-64/imagcon-mcp/releases/download/v0.2.5/imagcon-mcp-0.2.5.mcpb",
"args": [],
"env": {
"IMAGCON_API_KEY": "<YOUR_IMAGCON_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"imagcon-mcp": {
"command": "https://github.com/Explorer-64/imagcon-mcp/releases/download/v0.2.5/imagcon-mcp-0.2.5.mcpb",
"args": [],
"env": {
"IMAGCON_API_KEY": "<YOUR_IMAGCON_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"imagcon-mcp": {
"command": "https://github.com/Explorer-64/imagcon-mcp/releases/download/v0.2.5/imagcon-mcp-0.2.5.mcpb",
"args": [],
"env": {
"IMAGCON_API_KEY": "<YOUR_IMAGCON_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"imagcon-mcp": {
"type": "stdio",
"command": "https://github.com/Explorer-64/imagcon-mcp/releases/download/v0.2.5/imagcon-mcp-0.2.5.mcpb",
"args": [],
"env": {
"IMAGCON_API_KEY": "<YOUR_IMAGCON_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Claude Code
claude mcp add imagcon-mcp --env IMAGCON_API_KEY=<YOUR_IMAGCON_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- https://github.com/Explorer-64/imagcon-mcp/releases/download/v0.2.5/imagcon-mcp-0.2.5.mcpbRelated MCP servers
StackApps suite gateway: Imagcon, StackBill, Dicta-Notes. Pay per call in USDC via x402.
0
View repository →TypeScript
MIT