Overview
Generate images using EverArt's AI image generation models.
Setup
Run with npx:
npx -y @modelcontextprotocol/server-everartConfiguration
EVERART_API_KEY environment variableDocumentation
EverArt MCP
Overview
EverArt MCP provides AI image generation capabilities directly within your AI assistant environment. EverArt is a powerful image generation platform that supports multiple AI models including Stable Diffusion, DALL-E, and proprietary models, enabling users to create high-quality images from text prompts.
With EverArt MCP, you can generate, edit, and manage images without leaving your coding environment — perfect for creating diagrams, illustrations, mockups, and visual assets for documentation.
Features
- Multiple Model Support: Access various AI image generation models (Stable Diffusion, DALL-E, and more)
- Text-to-Image: Generate images from natural language prompts
- Image-to-Image: Edit existing images with new prompts
- Batch Generation: Create multiple image variations
- Style Control: Apply different artistic styles and aesthetics
- Resolution Options: Generate images at various resolutions
Installation
npx -y @modelcontextprotocol/server-everart
Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"everart": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everart"],
"env": {
"EVERART_API_KEY": "your-everart-api-key"
}
}
}
}
Or set as environment variable:
export EVERART_API_KEY="your-everart-api-key"
npx -y @modelcontextprotocol/server-everart
Getting an EverArt API Key
- Visit EverArt
- Sign up for an account
- Navigate to API settings
- Generate and copy your API key
- Add it to your MCP configuration
Available Tools
| Tool | Description |
|---|---|
generate_image | Generate an image from a text prompt |
generate_images | Generate multiple image variations |
edit_image | Edit an existing image with a new prompt |
list_models | List available image generation models |
get_image | Retrieve a previously generated image |
list_images | List your generated images |
Usage Examples
Generate a Single Image
Generate an image of a modern office workspace with natural lighting and plants
Generate Multiple Variations
Generate 4 variations of a logo for a coffee shop called "Bean & Brew"
Edit an Existing Image
Edit this image to add a sunset background and warm color tones
Use Specific Model
Generate an image using the Stable Diffusion XL model: a cyberpunk cityscape at night
Generate Technical Diagram
Generate a clean, minimalist diagram showing the architecture of a microservices system with API gateway, service mesh, and databases
Claude Desktop Setup
-
Get your EverArt API key from everart.ai
-
Add to
claude_desktop_config.json:{ "mcpServers": { "everart": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-everart"], "env": { "EVERART_API_KEY": "your-api-key-here" } } } } -
Restart Claude Desktop
Tips for Better Results
- Be specific: Include details about style, lighting, mood, and composition
- Reference art styles: Mention "oil painting", "watercolor", "minimalist", "photorealistic", etc.
- Specify aspect ratio: Use
--ar 16:9or--ar 1:1for different dimensions - Iterate: Generate multiple variations and refine your prompt based on results
Pros
- ✅ Multiple model options for different use cases
- ✅ High-quality image generation
- ✅ Easy integration with AI assistants
- ✅ Supports various artistic styles
- ✅ Good for technical diagrams and documentation
Cons
- ❌ Requires paid API key for full access
- ❌ Generation can take time for complex prompts
- ❌ Limited free tier
- ❌ Some models may have usage restrictions
