EverArt Forge
STDIOAdvanced MCP server integrating with EverArt AI models for vector and raster image generation.
Advanced MCP server integrating with EverArt AI models for vector and raster image generation.
An advanced Model Context Protocol (MCP) server for Cline that integrates with EverArt's AI models to generate both vector and raster images. This server provides powerful image generation capabilities with flexible storage options and format conversion.
Vector Graphics Generation
Raster Image Generation
Flexible Storage
Clone the repository:
git clone https://github.com/nickbaumann98/everart-forge-mcp.git cd everart-forge-mcp
Install dependencies:
npm install
Build the project:
npm run build
Get your EverArt API key:
Add the server to your Cline MCP settings file:
For VS Code Extension:
Edit ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
:
{ "mcpServers": { "everart-forge": { "command": "node", "args": ["/absolute/path/to/everart-forge-mcp/build/index.js"], "env": { "EVERART_API_KEY": "your_api_key_here" }, "disabled": false, "autoApprove": [] } } }
For Claude Desktop App:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or appropriate location for your OS
Restart Cline to load the new MCP server
Once configured, you can use Cline to generate images with prompts like:
The server provides these tools:
Generate images with extensive customization options:
Parameters:
- prompt (required): Text description of desired image
- model: Model ID (5000:FLUX1.1, 9000:FLUX1.1-ultra, 6000:SD3.5, 7000:Recraft-Real, 8000:Recraft-Vector)
- format: Output format (svg, png, jpg, webp)
- output_path: Custom output path for the image
- web_project_path: Path to web project root for proper asset organization
- project_type: Web project type (react, vue, html, next, etc.)
- asset_path: Subdirectory within the web project assets
- image_count: Number of images to generate (1-10)
Notes:
List all previously generated images stored by the server.
Open a specific image in the default image viewer:
Parameters:
- filename: Name of the image file to view
MIT License - see LICENSE file for details.