Fal

by derekalia

212 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server for interacting with fal.ai models and services. Uses the latest streaming MCP support.

Details

Author
derekalia
Downloads
212
Categories
Other

- List all available fal.ai models
- Search for specific models by keywords
- Get model schemas
- Generate content using any fal.ai model
- Support for direct and queued model execution
- Queue management (status, results, cancellation)
- File upload to fal.ai CDN
- Full streaming support via MCP

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Fal
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install and configure the MCP server with your fal.ai credentials. Invoke tools using the MCP protocol to list models, generate content, manage queues, or upload files. The README does not specify exact configuration keys or commands.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "fal": {
            "Fal": {
                "command": "none",
                "url": "http://127.0.0.1:6274/mcp/"
            }
        }
    }
}

McpServers

{
    "Fal": {
        "command": "none",
        "url": "http://127.0.0.1:6274/mcp/"
    }
}

A Model Context Protocol (MCP) server for interacting with fal.ai models and services. Uses the latest streaming MCP support.

Features
- List all available fal.ai models
- Search for specific models by keywords
- Get model schemas
- Generate content using any fal.ai model
- Support for both direct and queued model execution
- Queue management (status checking, getting results, cancelling requests)
- File upload to fal.ai CDN
- Full streaming support via HTTP

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.