UNPKG

@aiondadotcom/mcp-openai-image

Version:

MCP server for OpenAI image generation with STDIO transport

37 lines 847 B
{ "dxt_version": "0.1", "name": "mcp-openai-image", "version": "1.0.2", "description": "MCP server for OpenAI image generation using GPT-4.1, supporting creation, editing, and streaming", "author": { "name": "aionda.com", "url": "https://aionda.com" }, "license": "MIT", "homepage": "https://github.com/aiondadotcom/mcp-openai-image", "repository": { "type": "git", "url": "https://github.com/aiondadotcom/mcp-openai-image.git" }, "icon": "logo.png", "keywords": [ "openai", "gpt-4.1", "image-generation", "ai", "mcp", "image-editing", "streaming" ], "server": { "type": "node", "entry_point": "build/index.js", "mcp_config": { "command": "node", "args": ["${__dirname}/build/index.js"], "env": { "MCP_SILENT": "true" } } } }