🔌

EverArt MCP

Image Generation380

Generate images using EverArt's AI image generation models.

Claude DesktopCursor

Overview

Generate images using EverArt's AI image generation models.

Setup

Run with npx:

npx -y @modelcontextprotocol/server-everart

Configuration

EVERART_API_KEY environment variable

Documentation

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

  1. Visit EverArt
  2. Sign up for an account
  3. Navigate to API settings
  4. Generate and copy your API key
  5. Add it to your MCP configuration

Available Tools

ToolDescription
generate_imageGenerate an image from a text prompt
generate_imagesGenerate multiple image variations
edit_imageEdit an existing image with a new prompt
list_modelsList available image generation models
get_imageRetrieve a previously generated image
list_imagesList 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

  1. Get your EverArt API key from everart.ai

  2. Add to claude_desktop_config.json:

    {
      "mcpServers": {
        "everart": {
          "command": "npx",
          "args": ["-y", "@modelcontextprotocol/server-everart"],
          "env": {
            "EVERART_API_KEY": "your-api-key-here"
          }
        }
      }
    }
    
  3. 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:9 or --ar 1:1 for 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

Resources