Skip to main content
Glama

EverArt Forge MCP Server

Cline 用 EverArt Forge MCP

エバーアートフォージMCP

Cline向けの高度なModel Context Protocol(MCP)サーバー。EverArtのAIモデルと統合し、ベクター画像とラスター画像の両方を生成します。このサーバーは、柔軟なストレージオプションとフォーマット変換機能を備えた強力な画像生成機能を提供します。

特徴

  • ベクターグラフィックス生成
    • Recraft-Vector モデルを使用して SVG ベクター グラフィックを作成する
    • 自動SVG最適化
    • ロゴ、アイコン、スケーラブルなグラフィックに最適
  • ラスターイメージ生成
    • PNG、JPEG、WebP形式のサポート
    • さまざまなスタイルに対応する複数の AI モデル
    • 高品質な画像処理
  • 柔軟なストレージ
    • カスタム出力パスとファイル名
    • 自動ディレクトリ作成
    • フォーマット検証と拡張子の処理
    • Webプロジェクトの統合

利用可能なモデル

  • 5000.1 : 標準品質、汎用画像生成
  • 9000.1-ultra : 超高画質で詳細な画像を実現
  • 6000.5 :多様なスタイルに対応する安定した拡散3.5
  • 7000 :フォトリアリスティックスタイル
  • 8000 :ベクターアートスタイル(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 Code拡張機能の場合:
    ~/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) または OS の適切な場所を編集します。
  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")
リスト画像

サーバーに保存されている、以前に生成されたすべてのイメージを一覧表示します。

画像を表示

デフォルトの画像ビューアで特定の画像を開きます。

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

トラブルシューティング

  • エラー: 無効なモデル ID : サポートされているモデル ID (5000、6000、7000、8000、9000) のいずれかを使用していることを確認してください
  • モデルと互換性のない形式: SVG 形式は、Recraft-Vector (8000) モデルでのみ使用できます。
  • 画像が見つかりません: list_images ツールを使用して利用可能な画像を確認してください
  • API認証に失敗しました: EverArt APIキーを確認してください
  • 画像が表示されない: ファイルの権限とパスを確認してください

ライセンス

MIT ライセンス - 詳細については LICENSE ファイルを参照してください。

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

EverArt の AI モデルを活用してベクター画像とラスター画像を生成し、柔軟なストレージ、複数の形式、堅牢な画像生成機能をサポートする、Cline 向けの高度な MCP サーバーです。

  1. 特徴
    1. 利用可能なモデル
      1. インストール
        1. 使用例
          1. ツールの機能
        2. トラブルシューティング
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables the generation of images using Together AI's models through an MCP server, supporting customizable parameters such as model selection, image dimensions, and output directory.
              Last updated -
              1
              4
              JavaScript
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A FastMCP server implementation that provides a standardized interface for accessing AI models hosted on Replicate's API, currently supporting image generation with customizable parameters.
              Last updated -
              2
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              An MCP Server that integrates with Stability AI's API to provide high-quality image generation, editing, and manipulation capabilities including background removal, outpainting, search-and-replace, and upscaling.
              Last updated -
              13
              35
              55
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              An MCP server that provides multiple file conversion tools for AI agents, supporting various document and image format conversions including DOCX to PDF, PDF to DOCX, image conversions, Excel to CSV, HTML to PDF, and Markdown to PDF.
              Last updated -
              3
              Python
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            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