The MCP Asset Generator server allows you to generate image assets using OpenAI's GPT by:
- Creating images based on text descriptions (prompts)
- Saving generated images to specified absolute file paths
- Customizing image properties including size and quality
- Integrating seamlessly into development workflows for game or web projects
mcp-asset-gen
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
- Get an API KEY from the OpenAI website.
- Export it in your shell as API_KEY.
- Then, paste this into that same shell:
- You're done! Ask Claude to generate you an image for something, and you'll see
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
An MCP server that allows Claude to use OpenAI's image generation capabilities (gpt-image-1) to create image assets for users, which is particularly useful for game and web development projects.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA MCP server that enables Claude and other MCP-compatible assistants to generate images from text prompts using Together AI's image generation models.Last updated -14TypeScriptMIT License
- AsecurityAlicenseAqualityA server that enables Claude Desktop to generate images using Google's Gemini AI models through the Model Context Protocol (MCP).Last updated -712JavaScriptMIT License
- -securityAlicense-qualityAn MCP tool server that enables generating and editing images through OpenAI's image models, supporting text-to-image generation and advanced image editing (inpainting, outpainting) across various MCP-compatible clients.Last updated -52TypeScriptMIT License
- -securityAlicense-qualityProvides tools for generating and editing images using OpenAI's gpt-image-1 model via an MCP interface, enabling AI assistants to create and modify images based on text prompts.Last updated -17PythonApache 2.0