mcp-asset-gen
@jbrower95
About mcp-asset-gen
An MCP Server for generating images via OpenAI's `gpt-image-1`
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-asset-gen": {
"command": "npx",
"args": [
"mcp-asset-gen"
],
"env": {
"API_KEY": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-asset-gen?
MCP server that lets Claude use OpenAI’s gpt-image-1 model to generate image assets. It is intended for game or web development workflows where individual, on-demand images are needed.
How to use mcp-asset-gen?
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.
Key features of mcp-asset-gen
- Generates image assets via OpenAI’s
gpt-image-1model - Returns the output image as a local file
- Accepts custom prompts, quality, and size parameters
- Integrated directly into Claude’s MCP tool system
Use cases of mcp-asset-gen
- Creating game sprites or logos on demand
- Prototyping web UI elements without leaving the chat
- Generating individual art assets for small projects or mockups
FAQ from mcp-asset-gen
What dependencies does mcp-asset-gen require?
Node.js and an OpenAI API key from an organization with ID verification.
How do I provide my API key?
Export it as the API_KEY environment variable in your shell before starting Claude.
Where are generated images saved?
They are written to the local filesystem at the absolute path returned by the server, as shown in the server’s output.
What transport does mcp-asset-gen use?
It uses stdio transport, configured as a stdio MCP server in the Claude config file.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments