EverArt is an AI image generation API that enables users to create images using diverse AI models.
To begin using EverArt, install the required dependencies and set your API key. Then, configure Claude Desktop to use EverArt. You can generate images by issuing commands with your desired prompts.
Its key features include image generation across multiple AI models, returning accessible image URLs, and configurable parameters such as prompt, model, and image count.
Use cases span from creating unique artwork from descriptive prompts and generating marketing or social media visuals to prototyping design concepts with AI imagery.
EverArt supports models like FLUX1.1, SD3.5, and Recraft. You can customize the number of images generated per request. While prompts can be reasonably long, concise prompts typically yield the best results.
{
"mcpServers": {
"everart": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everart"
],
"env": {
"EVERART_API_KEY": "your_key_here"
}
}
}
}