Generate Images with EverArt API
Integrates with EverArt's API to generate diverse, high-quality AI images with support for multiple advanced models and customizable parameters.
Why it matters
Leverage the EverArt API to generate high-quality images using multiple state-of-the-art models. This asset integrates with your existing tools to provide a seamless image generation experience.
Outcomes
What it gets done
Generate images based on text prompts.
Select from various image generation models including FLUX and Stable Diffusion.
Configure API key and model preferences for image generation.
Receive image URLs upon successful generation.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/vb-everart | bash Capabilities
Tools your agent gets
Generates images using EverArt's API with multiple model options and returns URL.
Overview
EverArt MCP
What it does
AI image generation using various models including FLUX, Stable Diffusion, and Recraft.
Source README
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 descriptionmodel- 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/...
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.