mcp-asset-gen

by jbrower95

349 downloads
Not rated
GitHub

About

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

Details

Author
jbrower95
Downloads
349
Categories
Other

- Generates image assets via OpenAI’s gpt-image-1 model
- Returns the output image as a local file
- Accepts custom prompts, quality, and size parameters
- Integrated directly into Claude’s MCP tool system

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-asset-gen
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Node.js, obtain an OpenAI API key, export it as API_KEY in the shell, then run a provided jq command to add the server configuration to ~/.claude.json. Once set up, ask Claude to generate an image and the server will produce a PNG file at the specified local path.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-asset-gen": {
            "mcp-asset-gen": {
                "command": "npx",
                "args": [
                    "mcp-asset-gen"
                ],
                "env": {
                    "API_KEY": ""
                }
            }
        }
    }
}

McpServers

{
    "mcp-asset-gen": {
        "command": "npx",
        "args": [
            "mcp-asset-gen"
        ],
        "env": {
            "API_KEY": ""
        }
    }
}

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.