Mcp Server FalAI
@codecraftm
关于 Mcp Server FalAI
A Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"falai": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"FALAI_API_KEY",
"chatmcp/falai"
],
"env": {
"FALAI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Server FalAI?
Mcp Server FalAI is a Model Context Protocol server that generates, upscales, and edits images using fal.ai’s Stable Diffusion model. It is designed for developers and creators who want to produce AI‑powered visuals directly through MCP‑compatible clients.
How to use Mcp Server FalAI?
Install via npm install, set the FALAI_API_KEY environment variable, and add the server to your mcpServers configuration. Start the server in STDIO mode (default) or REST mode with optional --port and --endpoint flags.
Key features of Mcp Server FalAI
- Generate images from text prompts with multiple styles
- Supports 20+ anime and artistic styles (e.g., Ghibli, Pixar, Cyberpunk)
- Multiple image sizes: square, portrait, and landscape
- Generate up to 4 images in a single request
- Image upscaling with 4x resolution enhancement
- Image search and replace using a mask and prompt
- Built‑in NSFW content detection
Use cases of Mcp Server FalAI
- Create concept art or illustrations in specific anime or movie styles
- Quickly generate multiple variations of an image for design iteration
- Upscale low‑resolution images for higher quality display
- Edit images by replacing specific regions described by a text prompt
FAQ from Mcp Server FalAI
What API key is required?
You need a fal.ai API key set as the FALAI_API_KEY environment variable.
What transport modes are supported?
The server supports STDIO mode (default) and REST mode, configurable with --mode=rest, --port, and --endpoint options.
How many images can be generated at once?
Up to 4 images can be generated in a single request.
What image sizes are available?
Available sizes include square (512×512), square HD (1024×1024), portrait 4:3, portrait 16:9, landscape 4:3, and landscape 16:9.
Does the server have NSFW detection?
Yes, it includes built‑in NSFW content detection that returns detailed error messages.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论