Odel
prompt to asset

prompt to asset

Local
@mohamedabdallah-1418TypeScriptMITUpdated Yesterday

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

npmprompt-to-assetv0.4.2

Run

npx -y prompt-to-asset

MCP client config

{
  "mcpServers": {
    "prompt-to-asset": {
      "command": "npx",
      "args": [
        "-y",
        "prompt-to-asset"
      ]
    }
  }
}