mcp-server-gemini-image-generator

mcp-server-gemini-image-generatorは、Pythonで構築された画像生成ツールです。このツールは、特定のプロンプトに基づいて高品質な画像を生成することができ、開発者やデザイナーにとって便利なリソースとなります。使いやすいインターフェースとカスタマイズ可能なオプションを提供し、さまざまなアプリケーションに適応可能です。

GitHubスター

21

ユーザー評価

未評価

お気に入り

0

閲覧数

16

フォーク

16

イシュー

0

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

Python 3.11+
Google AI API key (Gemini)
MCP host application (Claude Desktop App, Cursor, or other MCP-compatible clients)
1Visit [Google AI Studio API Keys page](https://aistudio.google.com/apikey)
2Sign in with your Google account
3Click "Create API Key"
4Copy your new API key for use in the configuration
5Note: The API key provides a certain quota of free usage per month. You can check your usage in the Google AI Studio
To install Gemini Image Generator MCP for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@qhdrl12/mcp-server-gemini-image-gen):
bash
npx -y @smithery/cli install @qhdrl12/mcp-server-gemini-image-gen --client claude
1Clone the repository:
bash
git clone https://github.com/your-username/mcp-server-gemini-image-generator.git
cd mcp-server-gemini-image-generator
2Create a virtual environment and install dependencies:
```bash

追加リソース