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
You must be authenticated.
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
- -securityAlicense-qualityAn MCP server for analyzing images using OpenRouter vision models, offering capabilities like automatic image resizing, model configuration, and handling custom queries about images.Last updated -5JavaScriptMIT License
- -securityFlicense-qualityAn MCP server that allows users to generate, edit, and create variations of images through OpenAI's DALL-E API, supporting both DALL-E 2 and DALL-E 3 models.Last updated -2TypeScript
- -security-license-qualityA TypeScript-based MCP server that lets users generate images using OpenAI's dall-e-3 model by providing a prompt and image name.Last updated -1
- -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 -19TypeScriptMIT License