# fal.ai Image Generation Server

MCP fal.ai Image Server

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest 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/cli@latest tool get madhusudan-kulkarni/mcp-fal-ai-image <tool-name>
```

---

Source: https://github.com/madhusudan-kulkarni/mcp-fal-ai-image | License: MIT
