EverArt MCP Server
Generate and manipulate images using the EverArt AI image generation API.
claude_desktop_config.json
{
"mcpServers": {
"server-everart": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everart"
],
"env": {
"EVERART_API_KEY": "your-api-key-here"
}
}
}
} Environment Variables
| Variable | Required | Description |
|---|---|---|
EVERART_API_KEY | ✓ Required | EverArt API key for image generation. |
Setup Instructions
- Ensure Node.js 18+ is installed on your system.
-
Copy the config block above into your
claude_desktop_config.jsonfile (typically at~/.config/claude/claude_desktop_config.jsonon macOS/Linux or%APPDATA%\Claude\claude_desktop_config.jsonon Windows). - Set the
EVERART_API_KEYenvironment variable: EverArt API key for image generation. - Restart your AI client to apply the config.