Submit

Mcp Server FalAI

@codecraftm

A Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.

Tools

Server Config

{
  "mcpServers": {
    "falai": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "FALAI_API_KEY",
        "chatmcp/falai"
      ],
      "env": {
        "FALAI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.