All servers

mcp-image

TypeScript

shinpr

MCP server for AI image generation and editing with automatic prompt optimization and quality presets. Supports Nano Banana (Gemini), OpenAI GPT Image, and BytePlus Seedream.

145Pushed 8/1/2026View on GitHub
82

Score Breakdown

Authentication35/35
Static Analysis25/30
Dependencies12/25
Maintenance10/10

Authentication

Tier A — OAuth 2.0 / OIDC

Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.

Last scanned 6/18/2026

Claude Desktop Config

Add this to your claude_desktop_config.json:

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

Refer to the repo README for exact installation instructions.