Dudoxx EverArt MCP Server

Dudoxx EverArt MCP Server

Advanced EverArt Model Context Protocol server enabling text-to-image and image-to-image generation with custom resolution, format, and model selection. Supports web integration and local storage for seamless AI image creation workflows.

Category
访问服务器

README

Dudoxx EverArt MCP Server

Advanced EverArt Model Context Protocol server with img2img, custom model training, and full API capabilities

CI/CD License: MIT Version

✨ Features

Text-to-Image Generation

  • ✅ FLUX1.1 (Standard & Ultra)
  • ✅ Stable Diffusion 3.5 Large
  • ✅ Recraft V3 (Realistic & Vector)
  • ✅ Multiple format support (PNG, JPEG, WebP, SVG)
  • ✅ SVG optimization
  • ✅ Dynamic resolution (256-2048px)

Image-to-Image ✨ NEW

  • ✅ Transform existing images from URLs
  • ✅ Style transfer and enhancement
  • ✅ Guided generation with base images
  • ✅ Support for all EverArt models

Resolution Control ✨ NEW

  • ✅ Custom height and width (256-2048px)
  • ✅ Flexible dimensions per generation
  • ✅ Defaults to 1024x1024 (backward compatible)

Web Integration

  • ✅ Custom output paths
  • ✅ Web project structure support (React, Vue, Next.js)
  • ✅ Automatic directory creation
  • ✅ Local image storage

📦 Installation

# Clone the repository
git clone https://github.com/dudoxx/ddx-everart-mcp.git
cd ddx-everart-mcp

# Install dependencies
pnpm install

# Build the project
pnpm run build

🚀 Quick Start

Configure Claude Code

Add to ~/.claude.json:

{
  "mcpServers": {
    "ddx-everart-mcp": {
      "timeout": 60,
      "type": "stdio",
      "command": "node",
      "args": [
        "/absolute/path/to/ddx-everart-mcp/build/index.js"
      ],
      "env": {
        "EVERART_API_KEY": "your_api_key_here"
      }
    }
  }
}

📖 Usage Examples

Text-to-Image (txt2img)

Basic generation with default 1024x1024 resolution:

// Ask Claude Code:
"Generate a serene mountain landscape at sunset"

Custom Resolution

Generate images with custom dimensions:

// Ask Claude Code:
"Generate a wide panoramic mountain landscape, use width 2048 and height 512"

Supported dimensions:

  • Minimum: 256x256 pixels
  • Maximum: 2048x2048 pixels
  • Default: 1024x1024 pixels (when not specified)

Image-to-Image (img2img)

Transform an existing image from a URL:

// Ask Claude Code:
"Transform this image into a watercolor painting style: https://example.com/photo.jpg, type img2img"

Complete img2img workflow:

// Step 1: Use an image URL
const imageUrl = "https://example.com/base-image.jpg";

// Step 2: Request transformation
"Take this image: https://example.com/base-image.jpg and make it look like an oil painting, use type img2img"

Combining Features

Use img2img with custom resolution:

// Ask Claude Code:
"Transform https://example.com/photo.jpg into anime style, type img2img, width 1536, height 1024"

🔧 Tool Parameters

generate_image

Parameter Type Required Default Description
prompt string ✅ Yes - Text description of desired image
type string No txt2img Generation type: txt2img or img2img
image string Conditional* - Image URL for img2img (required when type is img2img)
height number No 1024 Image height (256-2048)
width number No 1024 Image width (256-2048)
model string No 5000 Model ID (5000, 9000, 6000, 7000, 8000)
format string No png Output format (svg, png, jpg, webp)
image_count number No 1 Number of images (1-10)

*Required when type is img2img

⚠️ Troubleshooting

img2img Issues

Problem: "image parameter must be a valid HTTP or HTTPS URL"

  • Solution: Ensure your image URL starts with http:// or https://
  • Example: ✅ https://example.com/image.jpg ❌ example.com/image.jpg

Problem: "image parameter is required for img2img"

  • Solution: When using type: img2img, you must provide an image URL parameter
  • Example: Include both type: img2img and image: https://...

Problem: Generation fails with img2img

  • Solution: Verify the image URL is publicly accessible and returns a valid image
  • Tip: Test the URL in a browser first

Resolution Issues

Problem: "height must be between 256 and 2048"

  • Solution: Use dimensions within the supported range
  • Valid: 256, 512, 768, 1024, 1536, 2048
  • Invalid: 128, 4096, -100

🔄 Backward Compatibility

All existing functionality remains unchanged:

  • ✅ Calling without type defaults to txt2img
  • ✅ Calling without height/width defaults to 1024x1024
  • ✅ All previous parameters still work exactly as before
  • ✅ No breaking changes to existing integrations

🙏 Attribution

This project is a refactored and enhanced version of everart-forge-mcp by Nick Baumann. We extend our gratitude for the original work that made this possible.

Refactored by: Dudoxx UG (Hamburg, Germany) Original Author: Nick Baumann License: MIT


Made with ❤️ in Hamburg by Dudoxx UG

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选