# fal.ai Image Generation Server

MCP fal.ai Image Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add madhusudan-kulkarni/mcp-fal-ai-image

# Browse available tools
npx -y smithery tool list madhusudan-kulkarni/mcp-fal-ai-image

# Get full schema for a tool
npx -y smithery tool get madhusudan-kulkarni/mcp-fal-ai-image generate-image

# Call a tool
npx -y smithery tool call madhusudan-kulkarni/mcp-fal-ai-image generate-image '{}'
```

## Tools (1)

- `generate-image` — Generate an image from a text prompt using a selectable text-to-image model.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get madhusudan-kulkarni/mcp-fal-ai-image <tool-name>
```

---

License: MIT
