Back to Home
PierrunoYT icon

fal-reve-mcp-server

Verified Safe

by PierrunoYT

Overview

Provides a Model Context Protocol (MCP) server for generating high-quality text-to-image outputs using the FAL AI Reve model.

Installation

Run Command
npx -y https://github.com/PierrunoYT/fal-reve-mcp-server.git

Environment Variables

  • FAL_KEY

Security Notes

The server handles API keys robustly by checking for `FAL_KEY` environment variable and providing an error message if missing, rather than crashing. Local file writing for generated images is protected by sanitizing filenames and creating directories safely, mitigating path traversal. The `downloadImage` function fetches images from URLs provided by the FAL AI API. While the URLs are not directly user-controlled in this flow, a theoretical (though unlikely) risk of Server-Side Request Forgery (SSRF) could exist if the FAL AI service itself were compromised to return malicious internal network URLs. No 'eval' or other highly dangerous dynamic code execution patterns are observed. The `cost_class` and `avg_tokens_per_call` refer to the textual input/output between the MCP client and this server, not the underlying (and potentially higher) cost of the FAL AI image generation itself.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassLow
Avg Tokens300
Stars1
Forks0
Last Update2025-11-24

Tags

Image GenerationText-to-ImageAIMCP ServerFAL AI