Gentou
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GentouGenerate an image of a cat wearing a hat"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
幻燈 :Gentou
~Fal mcp server ~
このリポジトリはYOROZUで作成されましたhttps://github.com/Sunwood-ai-labs/YOROZU
概要 (Overview)
fal-mcp-server-gentou は、Fal AI の強力な画像生成モデル(fal-ai/nano-banana-pro)を Model Context Protocol (MCP) を通じて利用可能にするサーバーです。
これにより、Claude desktop やその他の MCP クライアントから直接、高品質な画像を生成することができます。
Related MCP server: Nano Banana MCP Server
✨ 特徴 (Features)
高速生成:
fal-ai/nano-banana-proモデルを使用し、数秒で画像を生成します。シンプルなインターフェース: プロンプトを入力するだけで、直感的に操作可能。
柔軟な設定: アスペクト比や画像数、フォーマットをカスタマイズ可能。
📦 インストール (Installation)
Method 1: NPX (Recommended)
すぐにサーバーを起動したい場合は、npx を使用するのが最も簡単です。
npx -y @sunwood-ai-labs/fal-mcp-server-gentouMethod 2: Global Install
頻繁に使用する場合は、グローバルにインストールすることをお勧めします。
npm install -g @sunwood-ai-labs/fal-mcp-server-gentou
# 実行 (Run)
@sunwood-ai-labs/fal-mcp-server-gentouMethod 3: Source (For Developers)
開発に参加する場合や、ソースコードからビルドしたい場合の手順です。
git clone https://github.com/Sunwood-ai-labs/fal-mcp-server-gentou.git
cd fal-mcp-server-gentou
npm install
npm run build⚙️ 設定 (Configuration)
.env ファイルを作成し、Fal AI の API キーを設定してください。
FAL_KEY=your_fal_key_here🚀 使い方 (Usage)
MCP 設定ファイル(例: claude_desktop_config.json)に以下を追加します。
NPX を使用する場合 (Recommended)
{
"mcpServers": {
"gentou": {
"command": "npx",
"args": ["-y", "@sunwood-ai-labs/fal-mcp-server-gentou"],
"env": {
"FAL_KEY": "your_fal_key_here"
}
}
}
}ソースコードを使用する場合
{
"mcpServers": {
"gentou": {
"command": "node",
"args": ["/absolute/path/to/fal-mcp-server-gentou/dist/index.js"],
"env": {
"FAL_KEY": "your_fal_key_here"
}
}
}
}🛠️ ツール (Tools)
generate_image
画像を生成します。
prompt(required): 画像の説明aspect_ratio: アスペクト比 (デフォルト: "1:1")num_images: 生成枚数 (デフォルト: 1)output_format: 出力フォーマット (デフォルト: "png")
📜 ライセンス (License)
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Sunwood-ai-labs/fal-mcp-server-gentou'
If you have feedback or need assistance with the MCP directory API, please join our Discord server