stdio aiimage

EverArt MCP Server

Generate and manipulate images using the EverArt AI image generation API.

Installation

npx -y @modelcontextprotocol/server-everart

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.

Prerequisites

  • Node.js 18 or later
  • Required API keys — see the Environment Variables table above

Common Errors

  • Server not found / spawn error — ensure Node.js is on your PATH and the package is accessible via npx.
  • Permission denied — check that the path in args is readable by the process running your AI client.
  • Authentication failed — verify your API key is set correctly in the env block.

Related Servers