Skip to main content
Glama

mcp-4o-Image-Generator

4o-image MCP サーバー

4o-image APIと統合されたMCPサーバー実装により、LLMやその他のAIシステムが標準化されたプロトコルを介して画像を生成・編集できるようになります。シンプルなテキストプロンプトを使用して、高品質なアート、3Dキャラクター、カスタム画像を作成できます。

特徴

  • テキストから画像への生成:AIでテキストの説明から画像を作成する
  • 画像編集: テキストプロンプトを使用して既存の画像を変換する
  • リアルタイムの進捗状況更新: 生成ステータスに関するフィードバックを取得
  • ブラウザ統合: 生成された画像をデフォルトのブラウザで自動的に開きます

ツール

  • 画像を生成する
    • オプションの画像編集機能を使用して、テキストプロンプトに基づいて画像を生成
    • 入力:
      • prompt (文字列、必須): 希望する画像のテキスト説明
      • imageBase64 (文字列、オプション): 編集またはスタイル転送用の Base64 エンコードされた画像

構成

APIキーの取得

  1. 4o-image.appでアカウントを登録する
  2. ユーザーダッシュボードからAPIキーを取得する
  3. サーバー実行時にAPIキーを環境変数として設定する

Claude Desktopでの使用

これをclaude_desktop_config.jsonに追加します:

{ "mcpServers": { "4o-image": { "command": "npx", "args": [ "-y", "4oimage-mcp" ], "env": { "API_KEY": "YOUR_API_KEY_HERE" } } } }

使用例

Claude でこの MCP サーバーを使用する例を次に示します。

Generate an image of a dog running on the beach at sunset

クロードはMCPサーバーを使用して画像を生成します。画像はデフォルトのブラウザで自動的に開きます。また、クロードからの返信には画像への直接リンクも表示されます。

画像編集の場合は、ベースイメージを含めて、Claude にそれを変更するよう指示することができます。

Edit this image to make the sky more dramatic with storm clouds

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
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.

mcp-4o-イメージジェネレータ

  1. 特徴
    1. ツール
      1. 構成
        1. APIキーの取得
        2. Claude Desktopでの使用
      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
            MCP Tool Server for Logo Generation. This server provides logo generation capabilities using FAL AI, with tools for image generation, background removal, and image scaling.
            Last updated -
            159
            Python
            GPL 3.0
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            MCP for Replicate Flux Model. Generating images by prompts
            Last updated -
            7
            86
            28
            TypeScript
            MIT License

          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/Antipas/4oimage-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server