EverArt

by modelcontextprotocol

Recommended
88.1k stars
3.6k downloads
Not rated
GitHub Website

About

MCP server for EverArt.

Details

Author
modelcontextprotocol
GitHub stars
88,148
Downloads
3,610
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name EverArt
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

generate_image

Generate images using EverArt Models and returns a clickable link to view the generated image. The tool will return a URL that can be clicked to view the image in a browser. Available models: - 5000:FLUX1.1: Standard quality - 9000:FLUX1.1-ultra: Ultra high quality - 6000:SD3.5: Stable Diffusion 3.5 - 7000:Recraft-Real: Photorealistic style - 8000:Recraft-Vector: Vector art style The response will contain a direct link to view the generated image.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "everart": {
            "everart": {
                "command": "npx",
                "args": [
                    "-y",
                    "@modelcontextprotocol/server-everart"
                ],
                "env": {
                    "EVERART_API_KEY": "your_key_here"
                }
            }
        }
    }
}

McpServers

{
    "everart": {
        "command": "npx",
        "args": [
            "-y",
            "@modelcontextprotocol/server-everart"
        ],
        "env": {
            "EVERART_API_KEY": "your_key_here"
        }
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.