MCP Marketplace logo
MCP
All servers
Anthropic

EverArt

official

Generate images via the EverArt API.

by Anthropic51kMITupdated 1mo agoadded 1y ago

Reference EverArt image-generation server.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

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

Related servers