About
Overview
The EverArt MCP Server enables AI agents to generate images using EverArt's AI image generation platform. It provides tools for creating images from text prompts using various models, managing generated assets, and configuring generation parameters.
Capabilities
Tools & Capabilities
⚡generate_image
Generate an image from a text prompt
Setup
Installation
bash
Install
npx -y @modelcontextprotocol/server-everartExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"everart": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everart"],
"env": {
"EVERART_API_KEY": "your-api-key"
}
}
}
}Quick Info
AuthorAnthropic
LanguageTypeScript
StatusStable
Stars★ 340
Last UpdatedFeb 12, 2026