Back to Home
PierrunoYT icon

replicate-reve-edit-mcp-server

Verified Safe

by PierrunoYT

Overview

This MCP server provides an interface for AI applications to access the Reve Edit image editing model from Replicate, enabling natural language-based transformation of images while preserving their spatial relationships and structure.

Installation

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

Environment Variables

  • REPLICATE_API_TOKEN

Security Notes

The server handles `REPLICATE_API_TOKEN` via environment variables, which is good practice. It explicitly warns and does not crash if the token is missing. There are no obvious `eval` or obfuscation patterns. However, the `downloadImage` function, which fetches images from external URLs, presents a potential Server-Side Request Forgery (SSRF) risk if the input `image` URL is not validated sufficiently, allowing the server to probe internal networks or local file systems. Given typical MCP usage, this risk is mitigated by assuming trusted clients and valid image URLs.

Similar Servers

Stats

Interest Score34
Security Score7
Cost ClassLow
Avg Tokens200
Stars1
Forks0
Last Update2025-11-24

Tags

mcp-serverimage-editingaireplicatenatural-language-editing