Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Asset Gen

    An MCP Server for generating images via OpenAI's `gpt-image-1`

    3 stars
    JavaScript
    Updated Aug 5, 2025

    Documentation

    mcp-asset-gen

    npm version

    This tool allows Claude to speak to OpenAI, and use gpt-image-1 to generate image assets. This can be pretty useful for game or web development, when you need to print individual assets.

    Requirements

    • Node
    • An OpenAI API Key
    • Note that this requires an organization, with ID verification at the moment.

    Installation

    1. Get an API KEY from the OpenAI website.

    2. Export it in your shell as API_KEY.

    bash
    export API_KEY=sk-proj-....

    3. Then, paste this into that same shell:

    bash
    jq --arg apiKey "$API_KEY" \
    '.mcpServers = (.mcpServers // {}) | 
     .mcpServers["mcp-asset-gen"] = {
       type: "stdio",
       command: "npx",
       args: ["mcp-asset-gen"],
       env: { API_KEY: $apiKey }
     }' ~/.claude.json > ~/.claude.tmp && mv ~/.claude.tmp ~/.claude.json

    4. You're done! Ask Claude to generate you an image for something, and you'll see

    code
    > generate a small logo image that i could use for my arcade game
    
     I'll generate a logo for your arcade game. Please provide a more specific description of what you'd like to see in the logo (colors, style,
      game theme, etc.) for better results.
    
    > It should look like an old school pacman machine (liek a wooden arcade machine)
    
    ⏺ mcp-asset-gen:generateImag(outputPathAbsolute: "/Users/jbrower/projects/mcp-asset-gen/arcade-logo.png", prompt: "An old school wooden arcade…
       (MCP)                    machine logo in the style of Pacman, with retro colors and pixelated elements, top-down view of the cabinet,
                                nostalgic arcade gaming feel, vibrant colors against dark background", quality: "high", size: "1024x1024")
      ⎿  The image is now available at /Users/jbrower/projects/mcp-asset-gen/arcade-logo.png.
    
    ⏺ Generated arcade logo saved to /Users/jbrower/projects/mcp-asset-gen/arcade-logo.png

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k