gpt image mcp for Cursor
io.github.youbotapi/gpt-image-mcp
Generate and edit images with GPT Image 2.5 for $0.029 — free key, 50 credits, no card.
client:Cursor
transport:stdio
runtime:npm
Install gpt image mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gpt-image-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gpt-image-2-5-mcp"
],
"env": {
"YOUBOT_API_KEY": "<YOUBOT_API_KEY>",
"YOUBOT_IMAGE_DIR": "<YOUBOT_IMAGE_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs