fal-ai-mcp-server
1
Fal AI MCP Server is designed to facilitate the generation of images and videos using fal.ai APIs. It's a minimal, extensible server that supports different fal.ai models and API endpoints.
Fal AI MCP Server
An MCP server for using fal.ai APIs to generate images and videos. It's designed to be a minimal server that users can extend with different models and API endpoints from fal.ai.
Usage
- Install
uv
and add the server to an MCP config usinguvx
. - Alternatively, clone the repo and use
uv
with a directory.
Development
Testing
- Use
mcp-client-for-testing
to test server tools.
Formatting and Linting
- Format and lint the code with
ruff
.
Building with uv
- Build the package using
uv
.
Releasing a New Version
- Release new versions by creating and pushing a new Git tag, which triggers a GitHub Actions workflow to publish to PyPI.
License
This project is licensed under the MIT License.