EverArt Forge MCP Server
克莱恩 (Cline) 的 EverArt Forge MCP
适用于Cline的高级模型上下文协议 (MCP) 服务器,可与 EverArt 的 AI 模型集成,生成矢量和光栅图像。该服务器提供强大的图像生成功能,并提供灵活的存储选项和格式转换功能。
特征
矢量图形生成
使用 Recraft-Vector 模型创建 SVG 矢量图形
自动 SVG 优化
非常适合徽标、图标和可扩展图形
光栅图像生成
支持 PNG、JPEG 和 WebP 格式
多种AI模型,适合不同风格
高质量图像处理
灵活存储
自定义输出路径和文件名
自动目录创建
格式验证和扩展处理
Web 项目集成
Related MCP server: Gemini Image MCP
可用型号
5000:FLUX1.1 :标准质量,通用图像生成
9000:FLUX1.1-ultra :超高品质,细节丰富的图像
6000:SD3.5 : 稳定扩散 3.5,适合多种风格
7000:Recraft-Real :照片写实风格
8000:Recraft-Vector :矢量艺术风格(SVG 输出)
安装
克隆存储库:
git clone https://github.com/nickbaumann98/everart-forge-mcp.git cd everart-forge-mcp安装依赖项:
npm install构建项目:
npm run build获取您的 EverArt API 密钥:
在EverArt注册
导航至您的帐户设置
创建或复制您的 API 密钥
将服务器添加到您的 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) 或适合您操作系统的位置重新启动 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 文件。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityFmaintenanceAn MCP server that integrates with Recraft AI to enable generation and manipulation of high-quality raster and vector images through tools like image generation, editing, vectorization, background removal, and upscaling.919560MIT- FlicenseAqualityDmaintenanceAn MCP server that enables AI image generation, editing, and analysis using Google's Gemini 3.0 models. It supports high-resolution outputs up to 4K, style transfers, and multi-image mixing through specialized tools.3
- AlicenseAqualityDmaintenanceAn MCP server that provides AI image generation and editing capabilities using Google's Gemini 2.5 Flash Image API. It allows users to create new images from text, modify existing files, and perform iterative edits through natural language prompts.6543MIT
- AlicenseAqualityCmaintenanceMCP server for AI image generation, transformation, and style management via the Recraft API. Provides tools for text-to-image, image-to-image, inpainting, background operations, vectorization, upscaling, and custom style creation.163110MIT
Related MCP Connectors
MCP server for Flux AI image generation
MCP server for NanoBanana AI image generation and editing
MCP server for ByteDance Seedream AI image generation
Appeared in Searches
- MCP servers for fantasy map generation, procedural city layout, SVG export, and pixel art creation with Aseprite integration
- A service for building modern, dynamic, and visually appealing websites with trending UI designs
- Tools or methods to generate anime-style images
- A tool or service for generating images
- A server for finding indoor design ideas and inspiration
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickbaumann98/everart-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server