replicate-reve-mcp-server
Verified Safeby PierrunoYT
Overview
Provides access to Reve Create - an image generation model from Reve via Replicate, generating high-quality images with accurate text rendering and optional image editing capabilities through the Model Context Protocol.
Installation
npx -y https://github.com/PierrunoYT/replicate-reve-mcp-server.gitEnvironment Variables
- REPLICATE_API_TOKEN
Security Notes
The server handles API keys via environment variables, specifically `REPLICATE_API_TOKEN`. It downloads images from URLs provided by the Replicate API, saving them to a local 'images' directory relative to the process's current working directory. While the source of the image URL (Replicate) is assumed trusted, a compromise of the external API could theoretically lead to downloading malicious content. The server code itself does not use 'eval' or contain other obvious malicious patterns or hardcoded secrets. File operations for image saving include basic error handling.
Similar Servers
z-image-studio
Z-Image Studio is a local toolkit for high-quality text-to-image generation using the Z-Image-Turbo model, providing CLI, Web UI, and MCP server interfaces with hardware optimizations.
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
seedream-image-mcp
Generates images using the Volcengine SeeDream model via the Model Context Protocol (MCP) for AI agents and clients.
fal-reve-edit-mcp-server
Facilitates text-to-image generation and image editing using the FAL AI Reve model via the Model Context Protocol.