McpMux
Back to Registry

fal.ai MCP Server

Community

Contributed by fal.ai

Search, run, and chain 1,000+ generative AI models (image, video, audio, music) from fal.ai's hosted MCP endpoint. Exposes model discovery, schema/pricing lookup, job execution, and file upload tools.

About the fal.ai MCP Server

The fal.ai MCP server is a remote (HTTP) Model Context Protocol server available in the McpMux registry. Search, run, and chain 1,000+ generative AI models (image, video, audio, music) from fal.ai's hosted MCP endpoint. Exposes model discovery, schema/pricing lookup, job execution, and file upload tools. This is a community-contributed MCP server by fal.ai.

Install the fal.ai MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "http",
  "url": "https://mcp.fal.ai/mcp",
  "headers": {
    "Authorization": "Bearer ${input:FAL_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "FAL_KEY",
        "label": "fal API Key",
        "description": "Your fal.ai API key. Sent per request in the Authorization header; used to authenticate and bill model runs against your account.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "********",
        "obtain": {
          "url": "https://fal.ai/dashboard/keys",
          "instructions": "1. Go to fal.ai/dashboard/keys\n2. Sign up or log in\n3. Create a new API key\n4. Copy the key",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportRemote (HTTP)
Hostingremote
AuthAPI Key
Capabilities
Tools

Categories

Tags

falfal-aigenerative-aiimage-generationvideo-generationaudiomodels

Supported AI Clients

The fal.ai MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install fal.ai with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.