74
/ 100
29 days ago
glama

OpenAI GPT-Image MCP Server

Enables image generation and editing using OpenAI's GPT Image API (gpt-image-1, 1.5, 2) with support for multi-image generation, history management, and batch processing.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configHISTORY_DB_PATHCustom database location (default: ~/.openai-gpt-image/history.db)
🔐 secretOPENAI_API_KEY"": "sk-proj-your-key-here"
configOPENAI_BATCH_MAX_CONCURRENT
configOPENAI_BATCH_TIMEOUT
configOPENAI_IMAGE_ALLOW_ANY_PATH
configOPENAI_IMAGE_EMBED_METADATAEnable metadata embedding (true/false, default: true)
configOPENAI_IMAGE_INPUT_DIRCustom input directory (default: same as output directory)
configOPENAI_IMAGE_METADATA_LEVELMetadata detail level (minimal/standard/full, default: standard)
configOPENAI_IMAGE_OUTPUT_DIR"": "/Users/username/Pictures/ai-images"
configOPENAI_IMAGE_THUMBNAILEnable thumbnail generation (true/false, default: false)
configOPENAI_IMAGE_THUMBNAIL_QUALITYThumbnail JPEG quality (default: 60, range: 1-100)
configOPENAI_IMAGE_THUMBNAIL_SIZEThumbnail size in pixels (default: 128, range: 1-512)
configOPENAI_ORGANIZATIONOpenAI organization ID (if you belong to multiple)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ex-takashima-openai-gpt-image-1-mcp-server-3yzm01)](https://m8ven.ai/mcp/ex-takashima-openai-gpt-image-1-mcp-server-3yzm01)
commit: 03b052bfbf0082b35a1135bbbbb2fbe21eb6e780
code hash: e5edf918ac0a84288fe74e7c218a389380cd6b3bcc352d1f4f5a6f10f583ec14
verified: 6/11/2026, 11:00:52 AM
view raw JSON →