A
securityF
licenseA
qualityEnables users to generate images from text prompts using Replicate's model, with configurable parameters and full MCP protocol compliance.
Last updated -
1
63
TypeScript
この MCP サーバーは、Replicate 上の Flux Schnell モデルを使用してイメージ生成機能を提供します。
サーバーには次の環境変数が必要です。
REPLICATE_API_TOKEN
: Replicate APIトークン。Replicateアカウント設定から取得できます。インストールおよび構成が完了すると、サーバーは次のツールを提供します。
テキストプロンプトに基づいて Flux Schnell モデルを使用して画像を生成します。
パラメータ:
prompt
(文字列、必須): 希望する画像のテキスト説明使用例:
ツールは次の内容を含む JSON 応答を返します。
status
: 生成要求のステータスoutput
: 生成された画像のURL(成功した場合)error
: エラーメッセージ(失敗した場合)サーバーに変更を加えるには:
src/index.ts
のソースコードを変更するnpm run build
サーバーには、次の包括的なエラー処理が含まれています。
This server cannot be installed
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.
Replicate 上の Flux Schnell モデルを使用して画像生成機能を提供し、ユーザーがテキスト プロンプトから画像を作成できるようにします。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ckz/flux-img-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server