Images
FreeNot checkedProvides image generation tools powered by OpenRouter, running on Cloudflare Workers.
About
Provides image generation tools powered by OpenRouter, running on Cloudflare Workers.
README
An MCP server that provides image generation tools powered by OpenRouter. Runs on Cloudflare Workers.
Tools
generate_image
Generate an image from a text prompt.
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt |
string | yes | Image description (max 1500 chars) |
aspect_ratio |
string | no | 1:1 (default), 16:9, 9:16, 4:3, or 3:4 |
style |
string | no | photorealistic, digital art, line drawing, or diagram |
model |
string | no | OpenRouter image model (default: black-forest-labs/flux.2-klein-4b) |
Setup
1. Get an OpenRouter API key
Create an API key at OpenRouter.
2. Configure your MCP client
Add the server to your MCP configuration file (e.g. ~/.claude/mcp.json for Claude Code, claude_desktop_config.json for Claude Desktop):
{
"mcpServers": {
"image-mcp": {
"type": "url",
"url": "https://image.mcp.nqs.io?apiKey=YOUR_OPENROUTER_API_KEY"
}
}
}
Replace YOUR_OPENROUTER_API_KEY with your actual OpenRouter API key.
Self-hosting
If you'd prefer to deploy your own instance instead of using the hosted version:
Prerequisites
- Node.js >= 20
- A Cloudflare account
- An OpenRouter API key
Deploy
Clone the repo and install dependencies:
git clone https://github.com/nqs/images-mcp.git cd images-mcp npm installSet your OpenRouter API key as a Wrangler secret:
npx wrangler secret put OPENROUTER_API_KEY # Paste your OpenRouter API key when promptedUpdate
wrangler.tomlwith your own domain or remove theroutessection to use the default*.workers.devsubdomain.Deploy with Wrangler:
npx wrangler deployOr push to
mainto trigger the included GitHub Actions workflow (requiresCLOUDFLARE_API_TOKENandCLOUDFLARE_ACCOUNT_IDsecrets).Point your MCP config at your deployed URL:
{ "mcpServers": { "image-mcp": { "type": "url", "url": "https://your-worker.your-subdomain.workers.dev?apiKey=YOUR_OPENROUTER_API_KEY" } } }
Local development
export OPENROUTER_API_KEY="your-openrouter-key-here"
npm run dev # starts server with file watcher
npm test # runs the test suite
Image Generation Model
This server uses black-forest-labs/flux.2-klein-4b via OpenRouter for image generation by default. You can specify a different model via the model parameter in the generate_image tool call.
License
MIT
Installing Images
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/nqs/images-mcpFAQ
Is Images MCP free?
Yes, Images MCP is free — one-click install via Unyly at no cost.
Does Images need an API key?
No, Images runs without API keys or environment variables.
Is Images hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Images in Claude Desktop, Claude Code or Cursor?
Open Images on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
by ARAYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolCompare Images with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
