mcp-asset-gen
About
An MCP Server for generating images via OpenAI's `gpt-image-1`
Details
- Author
- jbrower95
- Downloads
- 349
- Categories
- Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-asset-genCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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": ""
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



