Gemini 画像生成 MCP サーバー
これは、Google の Gemini 2 API を使用して画像生成機能を提供するモデル コンテキスト プロトコル (MCP) サーバーです。
クイックスタート
Gemini APIキーを取得する
Google AI Studioにアクセス
新しいAPIキーを作成する
Claudeデスクトップの設定
設定ファイルを見つけます:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json Linux: ~/.config/Claude/claude_desktop_config.jsonGemini 設定を追加します:
{ "mcpServers": { "gemini-imagen": { "command": "npx", "args": ["-y", "github:sanxfxteam/gemini-mcp-server"], "env": { "GEMINI_API_KEY": "your_api_key_here" } } } }
Claudeデスクトップを再起動します
設定
依存関係をインストールします:
環境変数を設定します。ルート ディレクトリに
.env
ファイルを作成し、Google API キーを追加します。
使用法
サーバーを実行します。
テストするには
利用可能なツール
画像を生成する
Gemini 2 の実験的な画像生成 API を使用して画像を生成します。
パラメータ:
prompt
(文字列、必須):生成したい画像の説明numSamples
(数値、オプション、デフォルト:4):生成する画像の数aspectRatio
(文字列、オプション、デフォルト:'1:1'):生成される画像のアスペクト比personGeneration
(文字列、オプション、デフォルト: 'ALLOW_ADULT'): 人物生成設定
MCP リクエストの例:
注記
このサーバーは、Gemini 2の実験的な画像生成機能を使用しています。
Googleからの適切なアクセスとAPIキーがあることを確認してください
サーバーはstdio経由でモデルコンテキストプロトコルを使用して通信します。
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.
Tools
Google の Gemini 2 API を使用して画像生成機能を提供するモデル コンテキスト プロトコル サーバー。ユーザーは、プロンプト、アスペクト比、人物生成設定などのカスタマイズ可能なパラメータを使用して複数の画像を生成できます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA 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 -65
- -securityAlicense-qualityA server that provides AI-powered image generation, modification, and processing capabilities through the Model Context Protocol, leveraging Google Gemini models and other image services.Last updated -13MIT License
- AsecurityAlicenseAqualityA dedicated server that wraps Google's Gemini AI models in a Model Context Protocol (MCP) interface, allowing other LLMs and MCP-compatible systems to access Gemini's capabilities like content generation, function calling, chat, and file handling through standardized tools.Last updated -1632MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables generating and editing images using OpenAI's gpt-image-1 model, allowing AI assistants to create and modify images from text prompts.Last updated -23616MIT License