Back to Apps

GPT Image 2 MCP
by lownamlee
Turn any MCP-compatible AI client into an image generator using OpenAI API or ChatGPT web backends.
0 stars
Works in:claude
Exposes:Tools
What it does
GPT Image 2 MCP is a TypeScript-based server that enables AI clients to generate images and save them directly to the local filesystem. It supports multiple backends, including a direct OpenAI API path and a 'chatgpt-web' mode that uses a local browser session to generate images without requiring an API key.
Tools
generate_image: Creates an image from a prompt, supporting selectable backends, sizes, and quality settings.backend_status: Checks the readiness and configuration of the active image generation backend.browser_visibility: Controls the visibility of the ChatGPT window used in web mode.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"gpt-image-2": {
"command": "npx",
"args": ["-y", "@ramlyburger/gpt-image-2-mcp"],
"env": {
"GPT_IMAGE_BACKEND": "chatgpt-web"
}
}
}
}
Supported hosts
- claude
Quick install
npx -y @ramlyburger/gpt-image-2-mcpInformation
- Pricing
- free
- Published
- 7/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"gpt-image-2": {"command": "npx", "args": ["-y", "@ramlyburger/gpt-image-2-mcp"], "env": {"GPT_IMAGE_BACKEND": "chatgpt-web"}}}}





