Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Images

БесплатноНе проверен

Provides image generation tools powered by OpenRouter, running on Cloudflare Workers.

GitHubEmbed

Описание

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

Deploy

  1. Clone the repo and install dependencies:

    git clone https://github.com/nqs/images-mcp.git
    cd images-mcp
    npm install
    
  2. Set your OpenRouter API key as a Wrangler secret:

    npx wrangler secret put OPENROUTER_API_KEY
    # Paste your OpenRouter API key when prompted
    
  3. Update wrangler.toml with your own domain or remove the routes section to use the default *.workers.dev subdomain.

  4. Deploy with Wrangler:

    npx wrangler deploy
    

    Or push to main to trigger the included GitHub Actions workflow (requires CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID secrets).

  5. 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

from github.com/nqs/images-mcp

Установка Images

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/nqs/images-mcp

FAQ

Images MCP бесплатный?

Да, Images MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Images?

Нет, Images работает без API-ключей и переменных окружения.

Images — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Images в Claude Desktop, Claude Code или Cursor?

Открой Images на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Images with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории media