npx -y @modelcontextprotocol/server-everartEverArt MCP Server
Image generation server for Claude Desktop using EverArt’s API.
Install
npm install
export EVERART_API_KEY=your_key_here
Config
Usage with Claude Desktop
Add to Claude Desktop config:
Docker
{
"mcpServers": {
"everart": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "EVERART_API_KEY", "mcp/everart"],
"env": {
"EVERART_API_KEY": "your_key_here"
}
}
}
}
NPX
{
"mcpServers": {
"everart": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everart"],
"env": {
"EVERART_API_KEY": "your_key_here"
}
}
}
}
Usage with VS Code
For quick installation, use the one-click installation buttons below…