CodexSpot
E

EverArt MCP Server

Connects AI assistants to the EverArt image generation platform through MCP, enabling AI image creation and model listing via the EverArt API.

stdioLocalApiKeynpm

What This Server Exposes

Tools

generate_imagelist_models

Resources

  • generated images
  • available models

Setup Instructions

  1. 1Sign up at EverArt and obtain an API key from your account settings
  2. 2Add the EverArt server config to your Claude Desktop configuration
  3. 3Set the EVERART_API_KEY environment variable
  4. 4Restart Claude Desktop

Configuration

Claude Desktop Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "everart": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everart"
      ],
      "env": {
        "EVERART_API_KEY": "your-everart-api-key"
      }
    }
  }
}

Environment Variables

EVERART_API_KEY
EverArt API key for authenticating image generation requests
Required🔒 Secret

Server Manifest

No official server.json manifest found. Generate one with our MCP server.json Generator →

Compatibility

Claude DesktopClaude Code

Safety Notes

Keep your EverArt API key confidential to prevent unauthorized usage and unexpected billing charges. Image generation is subject to EverArt content policies — do not attempt to generate prohibited content.

This listing is for informational purposes only. CodexSpot is not affiliated with EverArt MCP Server.