Skip to content
Cursor

prompt to asset for Cursor

io.github.mohamedabdallah-14/prompt-to-asset

Generate app icons, favicons, OG images, and logos by routing across 30+ image models.

client:Cursor transport:stdio runtime:npm

Install prompt to asset in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

prompt to asset in other clients