Skip to main content
Glama

Grok AI Image Generation MCP Server

Grok AI 画像生成 MCP サーバー

AI画像生成MCPサーバー

xAI/Grok イメージ生成 API に接続するサーバー 遅延 API キー初期化による適切なエラー処理を実装 複数のイメージ生成のサポートを追加 (最大 10 枚のイメージ) 異なる応答形式 (URL または base64 JSON) のサポートを追加 Docker サポート:

MCP サーバーをコンテナ化するための Dockerfile を追加しました。実行時に上書きできるダミー API キーを使用して Dockerfile を構成しました。効率的なビルドのために適切なレイヤー キャッシュを設定しました。使用可能な MCP ツール:

generate_image: Grok-2-image モデルを使用して画像を生成します。set_api_key: 環境変数で指定されていない場合は実行時に xAI API キーを設定します。使用方法次のようなプロンプトで画像を生成できるようになりました。

「宇宙服を着た猫の画像を生成する」 「夜の未来都市の写真を作成する」 MCP サーバーは Claude デスクトップ アプリで構成されており、実装によって API キー管理が適切に処理されるため、最初に API キーを設定しなくてもサーバーを起動できます。

Docker でサーバーを実行する場合は、次のようにビルドして実行できます。

cd /Users/8bit/Documents/Cline/MCP/ai-image-generator docker build -t grokart . docker run -e XAI_API_KEY=your-api-key -p 8080:8080 grokart

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

xAI/Grok 画像生成 API に接続するサーバー。複数の画像生成とさまざまな応答形式をサポートし、ユーザーがテキスト プロンプトから画像を生成できるようにします。

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    Enables users to generate images from text prompts using Replicate's model, with configurable parameters and full MCP protocol compliance.
    Last updated -
    1
    123
    TypeScript
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
    Last updated -
    1
    9
    4
    TypeScript
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.
    Last updated -
    1
    14
    Python
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP image generation server based on the Flux Schnell model that provides API access for generating images from text prompts with customizable dimensions and seeds.
    Last updated -
    1
    Python
    • 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/8bitsats/Grok-MCP'

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