EverArt MCP
AI image generation using various models including FLUX, Stable Diffusion, and Recraft.
автор: EverArt
curl -fsSL https://vibebaza.com/i/everart | bash
The EverArt MCP server enables AI image generation using EverArt's API, supporting multiple state-of-the-art image generation models.
Installation
npm install -g @modelcontextprotocol/server-everart
Configuration
Add to your Claude Code settings:
{
"mcpServers": {
"everart": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everart"],
"env": {
"EVERART_API_KEY": "your_key_here"
}
}
}
}
Available Tools
generate_image
Generates images with multiple model options. Opens result in browser and returns URL.
generate_image(
prompt: string,
model?: string,
image_count?: number
): GenerationResult
Parameters:
- prompt - Image description
- model - Model ID (optional, default: "207910310772879360")
- image_count - Number of images to generate (default: 1)
Supported Models
| Model ID | Name | Description |
|---|---|---|
| 5000 | FLUX1.1 | Standard FLUX model |
| 9000 | FLUX1.1-ultra | High-quality FLUX |
| 6000 | SD3.5 | Stable Diffusion 3.5 |
| 7000 | Recraft-Real | Realistic style |
| 8000 | Recraft-Vector | Vector art style |
All images are generated at 1024x1024 resolution.
Getting an API Key
Sign up at EverArt to obtain an API key.
Usage Example
Claude, generate an image of a futuristic city at sunset
using the FLUX1.1-ultra model.
Response Format
Image generated successfully!
The image has been opened in your default browser.
Generation details:
- Model: 7000
- Prompt: "A cat sitting elegantly"
- Image URL: https://storage.googleapis.com/...