EverArt MCP
ai tools
claude desktop
cursor
AI image generation using EverArt API. Create images from text descriptions.
By lucas_a
12/8/2025
Installation
npm install -g @modelcontextprotocol/server-everart
Get your API key from https://everart.ai
Add to your MCP settings:
{
"mcpServers": {
"everart": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everart"],
"env": {
"EVERART_API_KEY": "your_api_key_here"
}
}
}
}
Tags
image-generation
ai
art
api