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
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.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments