Generate and edit images with GPT Image 2.5 for $0.029 — free key, 50 credits, no card.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y gpt-image-2-5-mcp
MCP client config
{
"mcpServers": {
"gpt-image": {
"command": "npx",
"args": [
"-y",
"gpt-image-2-5-mcp"
]
}
}
}