Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Agnes Image Server

FreeNot checked

Enables text-to-image generation using Agnes Image 2.1 Flash via OpenAI-compatible API, supporting aspect ratios, custom resolution, and multi-image generation.

GitHubEmbed

About

Enables text-to-image generation using Agnes Image 2.1 Flash via OpenAI-compatible API, supporting aspect ratios, custom resolution, and multi-image generation.

README

MCP server for Agnes Image 2.1 Flash (text-to-image generation), connected via OpenAI-compatible API.

Features

  • Generate images from text prompts
  • Supports aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4, etc.)
  • Custom resolution (1K~4K)
  • Multi-image generation
  • Returns clickable image URLs

Requirements

Install

cd agnes-image-mcp-server
npm install
npm start

Environment Variables

Variable Required Default Description
AGNES_API_KEY Your Agnes AI API key
AGNES_MODEL agnes-image-2.1-flash Model name
AGNES_BASE_URL https://apihub.agnes-ai.com/v1 API base URL

CC-Switch / Claude Code Config

{
  "mcpServers": {
    "agnes-image": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@kira4094/agnes-image-mcp-server"],
      "env": {
        "AGNES_API_KEY": "your-agnes-api-key"
      }
    }
  }
}

Tool: agnes_image_generate

Parameter Type Required Description
prompt string Text description (Chinese/English)
size string Resolution (1024x1024, 1024x768, 768x1024)
ratio string Aspect ratio (1:1, 16:9, 9:16, 4:3, 3:4, etc.)
n number Number of images (default 1)

License

MIT

from github.com/kira4094/agnes-image-mcp-server

Installing Agnes Image Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/kira4094/agnes-image-mcp-server

FAQ

Is Agnes Image Server MCP free?

Yes, Agnes Image Server MCP is free — one-click install via Unyly at no cost.

Does Agnes Image Server need an API key?

No, Agnes Image Server runs without API keys or environment variables.

Is Agnes Image Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Agnes Image Server in Claude Desktop, Claude Code or Cursor?

Open Agnes Image Server 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

Compare Agnes Image Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs