This repository provides a Model Context Protocol (MCP) server for interacting with fal.ai models, enabling listing, searching, schema retrieval, content generation, queue management, and file uploads. This repository provides a
A Model Context Protocol (MCP) server designed for seamless interaction with fal.ai models and services.
pip install fastmcp httpx aiofiles.export FAL_KEY="YOUR_FAL_API_KEY_HERE".The server can be run in development mode using fastmcp dev main.py, which launches the MCP Inspector. It can be installed for use with Claude Desktop via fastmcp install main.py -e FAL_KEY="YOUR_FAL_API_KEY_HERE". Alternatively, run it directly with python main.py.
Provides tools like models, search, schema, generate, result, status, cancel, and upload for interacting with fal.ai models.