1. Set Required Environment Variables
Add your API key(s) as environment variables.EVERART_API_KEY
:your_key_here
2. Install Meshagent CLI
3. Sign Up and Authenticate with Meshagent
Review the authentication process at Meshagent CLI Getting Started.4. Start the EverArt MCP Server as a Room Service
- Starts a Meshagent Room called
test
with the MCP EverArt server available. - Room will close (and services shut down) after a period of inactivity.
5. Start a Chatbot Connected to the EverArt Toolkit
- Launches a chatbot instance in the specified room.
- Enables chat users to access the EverArt tool via conversation.
- Output includes a room link.
6. Interact with the Tools
Visit the provided room link in your browser and send a message to the agent to use the MCP EverArt tools.Environment Variables
EVERART_API_KEY
: Your EverArt API access key (required).
Project-Level Deployment
For production, create persistent, auto-joining services and chatbots available in all project rooms.1. Deploy the MCP Server as a Persistent Project Service
2. Deploy a Persistent Chatbot Service
Tools Available
Tool Summary
Tools provided by this Server | Short Description |
---|---|
generate_image | Generate images using EverArt Models and returns a clickable link to view the generated image. |
Tools Details
Tool: 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 quality9000:FLUX1.1-ultra
: Ultra high quality6000:SD3.5
: Stable Diffusion 3.57000:Recraft-Real
: Photorealistic style8000:Recraft-Vector
: Vector art style
Parameter | Type | Description |
---|---|---|
prompt | string | Text description of desired image |
image_count | number ⭑optional⭑ | Number of images to generate |
model | string ⭑optional⭑ | Model ID (5000:FLUX1.1 , 9000:FLUX1.1-ultra , 6000:SD3.5 , 7000:Recraft-Real , 8000:Recraft-Vector ) |
Meshagent Resources
Questions? See Meshagent CLI Getting Started for help with authentication, room, and service management.