Fal.ai OpenAI Image
About
A server for the Fal.ai text-to-image API, powered by OpenAI's image model. Requires Fal.ai and OpenAI API keys.
Details
- Author
- htakeda777
- Categories
- Developer Tools, AI, Other
Jump to
Setup
Install Fal.ai OpenAI Image in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/htakeda777/fal_openai_image1
Follow the installation instructions in the repository README, then restart your MCP client.
fal.aiのGPT image-1 text-to-image APIを使用して画像を生成するFastMCPサーバーです。
export FAL_KEY="your_fal_api_key_here" export OPENAI_API_KEY="your_openai_api_key_here"
- prompt(必須): 生成する画像のテキスト説明
- image_size(オプション): 生成する画像のサイズ ("auto", "1024x1024", "1536x1024", "1024x1536")
- num_images(オプション): 生成する画像の数 (1-4)
- quality(オプション): 生成する画像の品質 ("auto", "low", "medium", "high")
- background(オプション): 背景のタイプ ("auto", "transparent", "opaque")
{ "prompt": "夕暮れの静謐なサイバーパンク都市風景", "image_size": "1024x1024", "num_images": 1, "quality": "high" }
Claude Codeでこのサーバーを使用するには、以下のJSONをMCP設定に追加してください:
{ "mcpServers": { "fal-openai-image": { "command": "node", "args": ["/path/to/fal_openai_image1/dist/index.js"], "env": { "FAL_KEY": "your_fal_api_key_here", "OPENAI_API_KEY": "your_openai_api_key_here" } } } }
{ "mcpServers": { "fal-openai-image": { "command": "npm", "args": ["run", "dev"], "cwd": "/path/to/fal_openai_image1", "env": { "FAL_KEY": "your_fal_api_key_here", "OPENAI_API_KEY": "your_openai_api_key_here" } } } }
- FAL_KEY: 必須。fal.ai API認証用のAPIキー
- OPENAI_API_KEY: 必須。BYOK (Bring Your Own Key) システム用のOpenAI APIキー
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Generate images using Amazon Nova Canvas with text prompts and color guidance.
Server for advanced AI-driven video editing, semantic search, multilingual transcription, generative media, voice cloning, and content moderation.
Generate images using the Together AI API. Supports custom aspect ratios, save paths, and batch generation.
Trim, watermark, extract audio from, and convert any video to 9:16 vertical — via REST API or MCP tools for Claude, Cursor, and other AI agents.
Generate images using OpenAI's DALL-E API.
Generate images from text using Flux and Stable Diffusion models.
Integrates the Dify AI API to generate Ant Design business component code. Supports text, image inputs, and streaming responses.
Advanced text-to-image generation using the fal.ai Recraft v3 API.
A frontier image generation and editing model with advanced text rendering and contextual understanding, powered by the FAL AI API.
Generate high-quality images using Google's Imagen 4 Ultra model via the FAL AI platform.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





