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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Related MCP Connectors
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
MCP server for Grok Imagine AI video generation
MCP server for Qwen Image 3 AI image generation
Generate AI images and videos from any compatible MCP client.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables users to generate images from text prompts using Replicate's model, with configurable parameters and full MCP protocol compliance.1123-
- AlicenseCqualityCmaintenanceA Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.1355MIT
- AlicenseBqualityDmaintenanceA 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.118MIT
- FlicenseBqualityDmaintenanceAn 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.11-
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/8bitsats/Grok-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server