A Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Server Config
{
"mcpServers": {
"falai": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"FALAI_API_KEY",
"chatmcp/falai"
],
"env": {
"FALAI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}