gpt-image-2-mcp

RamlyBurger/gpt-image-2-mcp
★ 2 stars TypeScript 🤖 AI/LLM Updated 2d ago
Local MCP server for ChatGPT image generation.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gpt-image-2-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "RamlyBurger/gpt-image-2-mcp"
      ]
    }
  }
}