EverArt Forge MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Supports generating raster images in JPEG format through various AI models

  • Supports integration with React web projects for proper asset organization

  • Allows for generating SVG vector graphics through the Recraft-Vector model with automatic optimization

克莱恩 (Cline) 的 EverArt Forge MCP

适用于Cline的高级模型上下文协议 (MCP) 服务器,可与 EverArt 的 AI 模型集成,生成矢量和光栅图像。该服务器提供强大的图像生成功能,并提供灵活的存储选项和格式转换功能。

特征

  • 矢量图形生成
    • 使用 Recraft-Vector 模型创建 SVG 矢量图形
    • 自动 SVG 优化
    • 非常适合徽标、图标和可扩展图形
  • 光栅图像生成
    • 支持 PNG、JPEG 和 WebP 格式
    • 多种AI模型,适合不同风格
    • 高质量图像处理
  • 灵活存储
    • 自定义输出路径和文件名
    • 自动目录创建
    • 格式验证和扩展处理
    • Web 项目集成

可用型号

  • 5000:FLUX1.1 :标准质量,通用图像生成
  • 9000:FLUX1.1-ultra :超高品质,细节丰富的图像
  • 6000:SD3.5 : 稳定扩散 3.5,适合多种风格
  • 7000:Recraft-Real :照片写实风格
  • 8000:Recraft-Vector :矢量艺术风格(SVG 输出)

安装

  1. 克隆存储库:
    git clone https://github.com/nickbaumann98/everart-forge-mcp.git cd everart-forge-mcp
  2. 安装依赖项:
    npm install
  3. 构建项目:
    npm run build
  4. 获取您的 EverArt API 密钥:
    • EverArt注册
    • 导航至您的帐户设置
    • 创建或复制您的 API 密钥
  5. 将服务器添加到您的 Cline MCP 设置文件:对于 VS 代码扩展
    编辑~/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": [] } } }
    对于 Claude 桌面应用程序
    编辑~/Library/Application Support/Claude/claude_desktop_config.json (macOS) 或适合您操作系统的位置
  6. 重新启动 Cline 以加载新的 MCP 服务器

使用示例

配置完成后,您可以使用 Cline 生成带有如下提示的图像:

  • “使用 Recraft-Vector 模型生成 SVG 格式的简约科技徽标”
  • “使用 FLUX1.1-ultra 模型创建逼真的风景图像”
  • “为我的项目制作一个代表人工智能的矢量图标”
  • “将专业的公司徽标生成为 SVG 文件并将其保存到我的桌面”

工具功能

服务器提供以下工具:

生成图像

生成具有广泛自定义选项的图像:

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)

笔记:

  • SVG 格式仅适用于 Recraft-Vector (8000) 型号
  • 8000 型号的默认格式为“svg”,其他型号的默认格式为“png”
  • 您可以指定组合模型 ID(例如“8000:Recraft-Vector”)

列表图像

列出服务器存储的所有先前生成的图像。

查看图像

在默认图像查看器中打开特定图像:

Parameters: - filename: Name of the image file to view

故障排除

  • 错误:模型 ID 无效:请确保您使用的模型 ID 是受支持的模型 ID 之一(5000、6000、7000、8000、9000)
  • 格式与模型不兼容:SVG 格式仅适用于 Recraft-Vector (8000) 模型
  • 未找到图像:使用 list_images 工具查看可用图像
  • API 身份验证失败:请检查您的 EverArt API 密钥
  • 图像未出现:检查文件权限和路径

执照

MIT 许可证 - 详情请参阅 LICENSE 文件。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Cline 的高级 MCP 服务器利用 EverArt 的 AI 模型生成矢量和光栅图像,支持灵活的存储、多种格式和强大的图像生成功能。

  1. Features
    1. Available Models
      1. Installation
        1. Usage Examples
          1. Tool Capabilities
        2. Troubleshooting
          1. License
            ID: ct0da3d4nk