Productai
@ShapeStudio
Productai について
Generate AI-powered product images, integrate with your e-commerce platform, and automate your workflow.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"productai": {
"command": "node",
"args": [
"/FULL/PATH/TO/productai-mcp/dist/index.js"
],
"env": {
"PRODUCTAI_API_KEY": "your-api-key-here"
}
}
}
}ツール
4Generate a product photo from an image URL + prompt
Generate and poll until the result is ready (one-step)
Check generation job status
Poll until a job completes
概要
What is ProductAI?
ProductAI MCP server integrates with ProductAI to generate AI-powered product photos from image URLs and prompts. It is intended for users who need automated product image generation and can be used with Claude Desktop, Cursor, or Claude Code.
How to use ProductAI?
Install the package with npm install and build with npm run build. Obtain an API key from the ProductAI dashboard, then configure the server in your MCP client (e.g., Claude Desktop, Cursor, or Claude Code) by providing the compiled index.js path and setting the PRODUCTAI_API_KEY environment variable.
Key features of ProductAI
- Five tools:
generate_image,generate_and_wait,get_job,wait_for_job - Supports multiple AI models:
nanobananapro,gpt-low,gpt-medium,gpt-high,kontext-pro,kontext-max,nanobanana,seedream - Multi-image input with
seedreamandnanobananamodels - One‑step generation and polling with
generate_and_wait - Job status checking and waiting for completion
Use cases of ProductAI
- Generate product photos on a white marble surface from a shoe image URL
- Add accessories (e.g., sunglasses) to a product image using the
kontext-promodel - Check the status of a ProductAI generation job by job ID
FAQ from ProductAI
What is ProductAI?
ProductAI is an AI service for generating product photos. The MCP server provides tools to generate images, check job status, and wait for results.
How do I get an API key for ProductAI?
Sign up at ProductAI and obtain your API key from the dashboard.
Which AI models are available?
The available models are nanobananapro (default, best quality), gpt-low, gpt-medium, gpt-high, kontext-pro, kontext-max, nanobanana, and seedream. Multi‑image input is supported with seedream and nanobanana.
How do I configure the server for Claude Desktop?
Add the server configuration to claude_desktop_config.json under mcpServers, specifying the full path to the built index.js and the PRODUCTAI_API_KEY environment variable. Restart Claude Desktop to see the tools.
Can I use ProductAI with Cursor or Claude Code?
Yes. For Cursor, add an MCP server in settings with the same config. For Claude Code CLI, run claude mcp add productai with the path and set the environment variable PRODUCTAI_API_KEY.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント