A Model Context Protocol (MCP) tool server for OpenAI's GPT-4o/gpt-image-1 image generation and editing APIs.
Standard I/O
npm package
npm install openai-gpt-image-mcpAdd this to your claude_desktop_config.json:
{
"mcpServers": {
"openai-gpt-image-mcp": {
"args": [
"index.js"
],
"command": "node"
}
}
}