mcp/everart

Verified Publisher

By mcp

Updated about 1 year ago

Image generation server using EverArt's API.

Image
Machine learning & AI
3

9.4K

mcp/everart repository overview

EverArt (Archived) MCP Server

Image generation server using EverArt's API.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/b4ee623039a6c60053ce67269701ad9e95073306/src/everart/Dockerfile
Commitb4ee623039a6c60053ce67269701ad9e95073306
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_countnumber optionalNumber of images to generate
modelstring optionalModel 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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:98c2aa1b6

Size

60.8 MB

Last updated

about 1 year ago

docker pull mcp/everart

This week's pulls

Pulls:

1,265

Last week