EverArt (Archived)

EverArt (Archived)

Image generation server using EverArt's API.

2.8K

1 Tool

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

EverArt (Archived) MCP Server

Image generation server using EverArt's API.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/everart
Authormodelcontextprotocol
Repositoryhttps://github.com/modelcontextprotocol/servers
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/everart/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/everart --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (1)

Tools provided by this ServerShort Description
generate_imageGenerate images using EverArt Models and returns a clickable link to view the generated image.

Tools Details

Tool: generate_image

Generate images using EverArt Models and returns a clickable link to view the generated image. The tool will return a URL that can be clicked to view the image in a browser. Available models:

  • 5000:FLUX1.1: Standard quality
  • 9000:FLUX1.1-ultra: Ultra high quality
  • 6000:SD3.5: Stable Diffusion 3.5
  • 7000:Recraft-Real: Photorealistic style
  • 8000:Recraft-Vector: Vector art style

The response will contain a direct link to view the generated image.

ParametersTypeDescription
promptstringText description of desired image
image_countnumberoptionalNumber of images to generate
modelstringoptionalModel ID (5000:FLUX1.1, 9000:FLUX1.1-ultra, 6000:SD3.5, 7000:Recraft-Real, 8000:Recraft-Vector)

Use this MCP Server

{
  "mcpServers": {
    "everart": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "EVERART_API_KEY",
        "mcp/everart"
      ],
      "env": {
        "EVERART_API_KEY": "your_key_here"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers