kie-image-mcp
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., "@kie-image-mcpgenerate an image of a futuristic city using google/nano-banana"
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.
kie-image-mcp
KIE.ai の画像生成 MCP。KIE.ai 上の任意の画像生成モデル(google/nano-banana 系、GPT Image 2 系など)を model 引数または環境変数で指定できる。省略時の既定値のみ gpt-image-2-text-to-image / gpt-image-2-image-to-image。
Features
kie_create_task / kie_check_task - 非同期の単体画像生成
kie_create_tasks / kie_check_tasks - 非同期の並列画像生成
kie_upload_file - ローカル参照画像を KIE.ai にアップロードし、
image_input用の URL を取得
Related MCP server: ImaginePro MCP Server
Setup
npm install
cp .env.example .env
# Set KIE_AI_API_KEY in .env
npm run buildUsage with Claude Code
Add to .mcp.json:
{
"mcpServers": {
"kie-image": {
"type": "stdio",
"command": "node",
"args": ["/path/to/kie-image-mcp/dist/index.js"]
}
}
}Environment Variables
Variable | Required | Description |
| Yes | KIE.ai API key |
| No |
|
| No |
|
| No | text-to-image 側の一括上書き。 |
| No | 既定解像度。 |
| No | Output directory (default: |
モデル切替
kie_create_task / kie_create_tasks は model 引数に KIE.ai の任意のモデル ID(例: google/nano-banana)を受け取る。省略時は以下で自動選択する。
入力 | 既定モデル |
|
|
|
|
モデルによって送信ペイロードを切り替える:
GPT Image 2 系(モデル ID が
gpt-image-2で始まる):image_inputを KIE.ai API のinput_urlsに変換して送る。text-to-image 系モデルにimage_inputを渡すとエラーにする。それ以外(nano-banana 等):
image_input+output_format: pngの形状で送る。
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/nakia73/kie-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server