openrouter-image-gen-mcp

openrouter-image-gen-mcp

Enables AI assistants to generate and edit images using multiple models through OpenRouter, with features like style presets, batch operations, and variations.

Category
Visit Server

README

openrouter-image-gen-mcp

Give your AI assistant the ability to generate and edit images. One install, multiple models, no vendor lock-in.

Works with Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, and any MCP client.

Why This

  • One API key, every image model. Gemini, GPT-5, and more through OpenRouter. Switch models with a word, not a code change.
  • Generate, edit, and batch. Text-to-image, image editing with references, and batch operations (up to 20 parallel tasks).
  • Style presets. Say "in watercolor style" or "as pixel art" and get consistent results. 8 built-in styles.
  • Variations. Generate up to 4 takes from one prompt. Pick the best one.
  • Smart file output. Save to a path or a directory. Files get descriptive names automatically.
  • Pay for what you use. OpenRouter's per-token and per-image pricing means no subscriptions.

How to Install

Get an OpenRouter API key, then add the server to your client.

Claude Code

# macOS / Linux
claude mcp add openrouter-image-gen-mcp -s user -e OPENROUTER_API_KEY=YOURAPIKEY -- npx -y openrouter-image-gen-mcp@latest

# Windows
claude mcp add openrouter-image-gen-mcp -s user -e OPENROUTER_API_KEY=YOURAPIKEY -- cmd /c npx -y openrouter-image-gen-mcp@latest

Claude Desktop / Cursor / VS Code / Windsurf

Add to your MCP config JSON:

{
  "mcpServers": {
    "openrouter-image-gen-mcp": {
      "command": "npx",
      "args": ["-y", "openrouter-image-gen-mcp@latest"],
      "env": {
        "OPENROUTER_API_KEY": "YOURAPIKEY"
      }
    }
  }
}

What You Can Do

Simply chat with your assistant:

Generate a product photo of a ceramic mug on a wooden table, warm lighting
Generate 3 variations of a logo concept for a coffee brand, pixel-art style
Edit /path/to/headshot.png: make the background a gradient, keep the subject
Batch generate 5 social media banners: summer sale, back to school, holiday promo,
new arrivals, free shipping. All in illustration style, 16:9, save to ./banners/
List image models. What's cheapest for quick drafts?

Quality Presets

Skip the model IDs. Just say "fast", "balanced", or "quality":

Preset Model When to use
fast Gemini 2.5 Flash Drafts, iteration, keeping costs low
balanced Gemini 3 Pro Day-to-day use (default)
quality GPT-5 Image Final deliverables, max fidelity

Or pass any OpenRouter model ID directly:

Generate a cat using model google/gemini-2.5-flash-image

Style Presets

Keywords modifies the style:

Style What you get
photo Photorealistic, DSLR, natural lighting
illustration Clean digital art, vibrant colors
watercolor Soft washes, paper texture
pixel-art Retro 16-bit, limited palette
3d-render Studio-lit, physically based rendering
anime Cel-shaded, Japanese animation
sketch Pencil on paper, monochrome
oil-painting Brushstrokes, impasto, classical

Tools Reference

Convenient tools:

Tool What it does
generate_image Text-to-image with quality/style presets, variations (1-4), aspect ratio, file output
edit_image Transform images with a prompt + up to 12 reference images (files, URLs, data URIs)
batch_images Run up to 20 generate/edit tasks in parallel with concurrency control
list_image_models Browse available models with pricing
check_balance Check your OpenRouter credit balance

Supported output: 1:1, 2:3, 3:2, 16:9, 9:16, 4:3, 3:4 aspect ratios. 0.5K, 1K, 2K, 4K sizes. PNG, JPEG, WebP, GIF inputs.

Headless Configuration

Flag Env Var Default
--api-key OPENROUTER_API_KEY (required)
--default-model OPENROUTER_IMG_DEFAULT_MODEL google/gemini-3-pro-image-preview
--batch-concurrency OPENROUTER_IMG_BATCH_CONCURRENCY 3
--cache-ttl OPENROUTER_IMG_CACHE_TTL 300000 (5 min)
--log-level OPENROUTER_IMG_LOG_LEVEL warn

Security

API keys never appear in logs or error messages. File paths block directory traversal. Image URLs are validated against SSRF patterns. Batch operations are memory-capped at 200MB. All inputs are schema-validated.

For Developers

To build for devs:

pnpm install && pnpm build && pnpm test  # 57 tests

License

MIT


Made with <3 at Bitcoin.com

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured