Generate app icons, favicons, OG images, and logos by routing across 30+ image models.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y prompt-to-asset
MCP client config
{
"mcpServers": {
"prompt-to-asset": {
"command": "npx",
"args": [
"-y",
"prompt-to-asset"
]
}
}
}