a year ago
developer-toolsA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
服务器配置
{
"mcpServers": {
"image-generator": {
"command": "npx",
"args": [
"-y",
"aiimagemultistyle"
],
"env": {
"FALAI_API_KEY": "your_fal_ai_key_here"
}
}
}
}