MCP Directory
Back

mcp-image

by shinpr · TypeScript · ★ 129

MCP server for AI image generation and editing with automatic prompt optimization and quality presets. Powered by Gemini (Nano Banana 2 & Pro), with optional OpenAI GPT Image support.

#agent-skills#ai-tools#claude-code#codex#cursor#gemini#generative-ai#gpt-image-2#image-editing#image-generation#mcp#mcp-server#model-context-protocol#prompt-optimization#skills

Install

npx -y github:shinpr/mcp-image

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-image": {
      "command": "npx",
      "args": [
        "-y",
        "github:shinpr/mcp-image"
      ]
    }
  }
}

From the README

> AI image generation and editing MCP server for Cursor, Claude Code, Codex, and any MCP-compatible tool — powered by Nano Banana 2 and Nano Banana Pro (Google Gemini), with optional OpenAI GPT Image support. [](https://www.npmjs.com/package/mcp-image) [](https://www.npmjs.com/package/mcp-image) [](https://opensource.org/licenses/MIT) An MCP server that turns simple text prompts into high-quality images. Unlike a simple API wrapper, this server automatically enhances your prompt and configures sensible defaults for generation — you don't need to learn prompt engineering or tune settings. Jus…
Read full README on GitHub →

Related ai & ml servers