Cover image
Try Now
2025-03-31

3 years

Works with Finder

1

Github Watches

0

Github Forks

1

Github Stars

fal-api-mcp-server

A Model Context Protocol (MCP) server that provides image generation capabilities using fal.ai's FLUX.1 Pro model.

Components

Resources

This server does not provide any persistent resources as fal.ai is primarily a stateless model execution service.

Tools

The server implements one tool:

  • generate_image: Generates images based on text prompts using fal.ai FLUX.1 Pro
    • Required parameters:
      • prompt: The text prompt to generate the image from
    • Optional parameters:
      • image_size: The desired image size (default: "landscape_4_3")
        • Options: "square_hd", "square", "portrait_4_3", "portrait_16_9", "landscape_4_3", "landscape_16_9"
      • num_images: The number of images to generate (default: 1)
      • enable_safety_checker: Enable the safety checker (default: true)
      • safety_tolerance: Safety tolerance level 1-6, higher is more permissive (default: "2")
      • output_format: Output image format, "jpeg" or "png" (default: "jpeg")

Configuration

This server requires a fal.ai API key to function properly. You can obtain an API key by signing up at fal.ai.

The API key should be provided as an environment variable:

FAL_KEY=your_fal_ai_api_key

You can set this environment variable in your shell, or create a .env file in the same directory as the server with the above content.

Demo

https://github.com/user-attachments/assets/564a0fc3-9204-4399-b1ea-ab6a5c9f2d84

Quickstart

Install

Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

Development/Unpublished Servers Configuration
"mcpServers": {
  "fal-api-mcp-server": {
    "command": "uv",
    "args": [
      "--directory",
      "/path/to/fal-api-mcp-server",
      "run",
      "fal-api-mcp-server"
    ],
    "env": {
      "FAL_KEY": "your_fal_ai_api_key"
    }
  }
}
Published Servers Configuration
"mcpServers": {
  "fal-api-mcp-server": {
    "command": "uvx",
    "args": [
      "fal-api-mcp-server"
    ],
    "env": {
      "FAL_KEY": "your_fal_ai_api_key"
    }
  }
}

Usage

Once the server is configured and running, you can use it with Claude to generate images. Example prompts:

  • "Generate an image of a mountain landscape at sunset"
  • "Create a portrait of a cyberpunk character with neon lights"
  • "Show me a futuristic cityscape with flying cars"

Claude will use the fal.ai FLUX.1 Pro model to generate the requested images.

Development

Building and Publishing

To prepare the package for distribution:

  1. Sync dependencies and update lockfile:
uv sync
  1. Build package distributions:
uv build

This will create source and wheel distributions in the dist/ directory.

  1. Publish to PyPI:
uv publish

Note: You'll need to set PyPI credentials via environment variables or command flags:

  • Token: --token or UV_PUBLISH_TOKEN
  • Or username/password: --username/UV_PUBLISH_USERNAME and --password/UV_PUBLISH_PASSWORD

Debugging

Since MCP servers run over stdio, debugging can be challenging. For the best debugging experience, we strongly recommend using the MCP Inspector.

You can launch the MCP Inspector via npm with this command:

npx @modelcontextprotocol/inspector uv --directory /path/to/fal-api-mcp-server run fal-api-mcp-server

Upon launching, the Inspector will display a URL that you can access in your browser to begin debugging.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • albert tan
  • Japanese education, creating tailored learning experiences.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • rahulc0dy
  • 测试您的MCP服务器。

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • HiveNexus
  • 一个适用于中小型团队的AI聊天机器人,支持DeepSeek,Open AI,Claude和Gemini等车型。 专为中小团队设计的ai聊天应用,支持deepSeek,打开ai,claude,双子座等模型。

    Reviews

    5 (1)
    Avatar
    user_muFNjJoO
    2025-04-17

    As a dedicated user of the fal_api_mcp_server, I can confidently say that this server has significantly streamlined our API management process. Created by the talented taimo3810, it offers seamless integration and robust performance. Highly recommend checking it out on GitHub if you're looking for reliability and efficiency in your MCP applications!