mcp-agnes-image

cobola/mcp-agnes-image
★ 0 stars JavaScript AI/LLM Updated today
MCP Server for Agnes AI image generation
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agnes-image": {
      "command": "npx",
      "args": [
        "-y",
        "cobola/mcp-agnes-image"
      ]
    }
  }
}

README Excerpt

为 Claude Code、Cursor、VS Code 等提供 Agnes AI 图像生成能力。 - `generate_image` - 根据文本描述生成图像 - `prompt` (必填) - 英文提示词 - `size` (可选) - 1K/2K/3K/4K,默认1K - `ratio` (可选) - 1:1/16:9/9:16/3:4/4:3/2:3/3:2/21:9,默认1:1 - `return_base64` (可选) - 是否返回Base64,默认false返回URL 在 `~/.claude/settings.json` 中添加: ```json { "mcpServers": {

Tools (1)

generate_image