codex-images

JandersonCRB/codex-images
★ 0 stars Unknown language AI/LLM Updated 12d ago
Claude Code plugin: generate UI image assets via the Codex MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codex-images": {
      "command": "npx",
      "args": [
        "-y",
        "JandersonCRB/codex-images"
      ]
    }
  }
}

README Excerpt

> Formerly published as `codex-images` — same repo, renamed plugin. A Claude Code plugin that generates UI image assets — hero images, avatars, illustrations, og:images, broken `<img>` placeholders, and so on — by delegating the actual generation to the [Codex MCP server](https://github.com/openai/codex), with the [Antigravity CLI](https://github.com/google-antigravity/antigravity-cli) (`agy`) as a fallback when Codex isn't available.