fal-mcp-server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fal-mcp-serversearch for models that generate 3D objects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fal-mcp-server
Personal MCP server for fal.ai — gives Claude Desktop, Claude Code CLI, Cursor and Windsurf full access to fal.ai's 1,000+ AI models.
Why this exists
fal.ai's hosted MCP server requires OAuth 2.0, which Claude Desktop does not support yet. This local server solves that — your API key stays on your machine, no OAuth needed.
Related MCP server: fal-mcp
Tools available
Tool | What it does |
search_models | Search fal.ai catalog by keyword or category |
get_model_schema | Get input/output parameters for any model |
get_pricing | Check the cost of a model before running it |
recommend_model | Describe your task, get model recommendations |
search_docs | Search fal.ai documentation |
run_model | Run any model and wait for the result |
submit_job | Submit a long-running job (video/3D) |
check_job | Check status, fetch result, or cancel a job |
upload_file | Upload a file to fal.ai CDN |
Requirements
Python 3.11+
A fal.ai API key: https://fal.ai/dashboard/keys
Installation
git clone https://github.com/avieirox/fal-mcp-server.git cd fal-mcp-server pip install -e . echo "FAL_API_KEY=your_key_here" > .env
Setup Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "fal-ai": { "command": "fal-mcp", "env": { "FAL_API_KEY": "your_fal_api_key_here" } } } }
Setup Claude Code CLI
claude mcp add --transport stdio fal-ai fal-mcp
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
One AI endpoint to search and call 22k+ MCP servers; 50+ hosted tools work instantly, no key.
MCP server for Hailuo (MiniMax) AI video generation
Related MCP Servers
- AlicenseCqualityDmaintenanceHigh-performance MCP server that enables generation of images and videos using FAL AI models with automatic downloads to your local machine.2435 npm8MIT
- FlicenseAqualityDmaintenanceAn MCP server that integrates fal.ai's image generation and editing capabilities into MCP-compatible clients. It enables text-to-image generation, style application via LoRAs, and image editing using natural language instructions.6-
- AlicenseBqualityDmaintenanceAn MCP server that integrates with fal.ai to provide AI agents with tools for image generation, text processing, audio synthesis, and model management via a unified interface.87 npmMIT
- FlicenseAqualityDmaintenanceAn MCP server that exposes Fal.ai generative media models as tools for image and video generation, and running any Fal.ai model, callable by Claude and other MCP-compatible clients.3-