EverArt
OFFICIAL · Model Context ProtocolAUTH REQUIREDMITGenerate and manage AI images directly from your AI agent using EverArt's generative image platform — create, refine, and integrate visual content into your workflow.
Requires an EverArt API key. Sign up at everart.ai and generate an API key from your dashboard.
Setup Guide
{
"mcpServers": {
"everart": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everart"
],
"env": {
"EVERART_API_KEY": "your-everart-api-key-here"
}
}
}
}Tools
generate_image
Generate an image from a text prompt using EverArt's generative models. Returns the image URL.
list_models
List available image generation models in EverArt, including fine-tuned and base models.
Compatibility
About
Overview
The EverArt MCP server integrates EverArt's AI image generation capabilities directly into your AI workflow. You can ask your AI to generate images from text descriptions, list available models, and integrate visual content creation into your development or creative process.
This is particularly valuable for developers building image-rich applications who want to prototype visuals, generate placeholder content, or create concept art — without leaving their coding environment.
Getting Your EverArt API Key
- Sign up or log in at everart.ai.
- Navigate to your Settings → API section.
- Generate a new API key and copy it.
- Paste the key into
EVERART_API_KEYin your MCP configuration.
Example Prompts
Once configured, you can ask your AI assistant:
- "Generate a photorealistic image of a mountain landscape at sunset."
- "Create a minimalist icon for a cloud storage app, flat design style."
- "Generate a hero image for a SaaS dashboard — dark mode, with abstract data visualization elements."
- "List all available image models and describe their strengths."
The server returns URLs to the generated images, which you can open in your browser or reference in your application.
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Registry listing: fetch
Maps this community reference to install-ready hosted listing.
Related explore entry: AWS KB Retrieval
Keeps same-intent users on matched category and tool shape.
Related explore entry: FreshContext
Keeps same-intent users on matched category and tool shape.
Related explore entry: Memory
Keeps same-intent users on matched category and tool shape.
Related explore entry: Roundtable MCP
Keeps same-intent users on matched category and tool shape.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install everartAWS KB Retrieval
Enable your AI agent to query Amazon Bedrock Knowledge Bases and retrieve enterprise knowledge using semantic search over your organization's private documents.
FreshContext
Freshness-aware MCP server with 21 tools for timestamped, decay-ranked retrieval signals across GitHub, HN, jobs, research, market data, and more.
Memory
Give your AI assistant persistent memory across conversations. The Memory server stores entities, relations, and observations in a local knowledge graph that persists between sessions.
Roundtable MCP
Multi-model AI council MCP server that enables collaborative reasoning for architecture, debugging, code review, and engineering decisions.
AgenticMarket