Image generation server using EverArt's API.
2.8K
1 Tool
Version 4.43 or later needs to be installed to add the server automatically
About
Image generation server using EverArt's API.
Attribute | Details |
---|---|
Docker Image | mcp/everart |
Author | modelcontextprotocol |
Repository | https://github.com/modelcontextprotocol/servers |
Dockerfile | https://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/everart/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/everart --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
generate_image | Generate images using EverArt Models and returns a clickable link to view the generated image. |
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:
The response will contain a direct link to view the generated image.
Parameters | Type | Description |
---|---|---|
prompt | string | Text description of desired image |
image_count | number optional | Number of images to generate |
model | string optional | Model ID (5000:FLUX1.1, 9000:FLUX1.1-ultra, 6000:SD3.5, 7000:Recraft-Real, 8000:Recraft-Vector) |
{
"mcpServers": {
"everart": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"EVERART_API_KEY",
"mcp/everart"
],
"env": {
"EVERART_API_KEY": "your_key_here"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for