Back to MCP Servers
Openai Gpt Image
OpenAI GPT image generation/editing MCP server.
aggregatorsai
By SureScaleAI
Installation
npx -y openai-gpt-image-mcpConfiguration
{
"mcpServers": {
"openai-gpt-image-mcp": {
"command": "npx",
"args": ["-y", "openai-gpt-image-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes