Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A universal, cross-platform MCP server that gives any MCP client β Claude Desktop, the claude.ai web app (Connectors), Cursor, Cline / Continue in VS Code, or your own application β native access to the full Replicate catalog: image generation, video, music, speech, upscaling, segmentation, LLMs, voice cloning, 3D, lipsync β anything Replicate hosts.
It speaks both transports: stdio (the standard for local desktop/editor integrations) and HTTP/SSE (for remote/web clients and your own services).
Once connected to your MCP client, you can simply ask:
"Generate a cinematic shot of a lighthouse in a storm, 21:9" "Write a 30-second synthwave track" "Make a 5-second video of a paper airplane flying through a city" "Read this paragraph in a British male voice" "Upscale this image 4x"
β¦and the assistant calls the right Replicate model, waits for the result, and (on local/stdio setups) downloads the output to your machine.
Fastest β one-click via Smithery (): open the server page and copy the Install snippet for your client (Claude, Cursor, VS Code, Cline, Windsurf, β¦). It wires the server in and prompts for your Replicate token. (Routes through Smithery's hosted gateway β easiest, zero local setup.)
Token-private β npm + stdio (your Replicate token never leaves your machine):
β¦or drop it into any MCP client's config (full walkthrough under Installation).
Claude Desktop one-file install: download the latest .mcpb from Releases and drag it onto Claude Desktop.
Already running (bring your own token): https://replicate-mcp.sena-labs.dev/mcp β HTTP/SSE, multi-tenant; pass your token in the x-replicate-api-token header.
Once connected, try the example prompts below.
Once your client is connected, ask in plain language β the assistant picks the right tool, waits for the result, and downloads the output locally:
"Generate a cinematic shot of a lighthouse in a storm, 21:9" "Which is the cheapest model for a 5-second video? Then use it." β recommend β generate "Make 4 logo variations of a fox, flat vector style" β batch (concurrent) "Transcribe this audio, summarise it, then read the summary aloud" β DAG pipeline "Upscale this image 4Γ" Β· "Write a 30-second synthwave track" Β· "Read this in a British male voice" "Kick off a Flux LoRA fine-tune on my dataset and tell me when it's done" β training
Discovery tools (replicate_recommend_model, replicate_search_models, replicate_estimate_cost) and the 5 built-in workflow prompts help it chain multi-step jobs without you naming models.
36 tools and 66 curated models, designed to be both ergonomic for common cases and fully open-ended for everything else. Every generate/run tool waits for completion and auto-downloads the outputs to your machine β you ask once and get back local files, not a job id to babysit:
| Tool | Purpose |
|---|---|
replicate_generate_image | Text β image. Curated: Flux Schnell / Dev / Pro / 2-Max, SD 3.5, Recraft v3 / v4.1, Seedream, Ideogram v2, Imagen 3. |
replicate_generate_video | Text (or image) β video. Curated: Kling Pro, Minimax, Hunyuan, Luma Ray, Wan 2.2, Grok Video, Seedance. |
replicate_generate_audio | Text β music / songs. Curated: MusicGen, ACE-Step (full songs with lyrics), Riffusion, MiniMax Music. |
replicate_generate_speech | Text β speech (TTS). Curated: Kokoro, Minimax Speech, Chatterbox, Gemini TTS, Grok TTS. |
replicate_chat | Text β text via LLM. Curated: Llama 3.1 405B, Llama 3 70B / 8B, Mistral 7B, Mixtral 8x7B, DeepSeek-R1. |
replicate_vision | Image β text. Curated: LLaVA 13B / 1.6 34B, BLIP-2, Qwen2-VL. |
replicate_upscale_image | Image β higher-res image. Curated: Real-ESRGAN, Clarity Upscaler, Clarity Pro, SwinIR, GFPGAN. |
replicate_remove_background | Image β transparent PNG. Curated: rembg, BiRefNet, BRIA RMBG. |
replicate_transcribe_audio | Audio/video β text. Curated: Whisper, Distil-Whisper, WhisperX (diarization), ElevenLabs Scribe. |
replicate_inpaint | Mask-based image edit. Curated: Flux Fill Pro, SD inpaint, Ideogram v2 edit. |
replicate_segment | Image β mask. Curated: SAM 2, Grounded-SAM (text-prompt). |
replicate_embed_text | Text(s) β vector embeddings. Curated: BGE, Jina v3, MPNet. |
| Tool | Purpose |
|---|---|
replicate_clone_voice | Text + reference sample β speech in a cloned voice. Curated: XTTS v2, OpenVoice v2. |
replicate_generate_3d | Text or image β 3D mesh (GLB/OBJ). Curated: Hunyuan 3D, Rodin, TripoSR. |
replicate_lipsync | Portrait + text/audio β lip-synced talking video. Curated: Video Avatar, SadTalker. |
| Tool | Purpose |
|---|---|
replicate_batch_start / replicate_batch_status | Run up to 50 predictions concurrently as a background job; poll progress + results. |
replicate_pipeline_start / replicate_pipeline_status | Run a DAG of predictions β independent steps in parallel, downstream steps wired via "$stepId.urls[0]" template refs. |
replicate_recommend_model | Rank curated models in a category by priority (speed / cost / quality / balanced) with cost estimates β advises which model to use. |
replicate_refresh_models | Discover popular Replicate models not yet in the curated registry. |
| Tool | Purpose |
|---|---|
replicate_create_training | Kick off a fine-tune / training run on a trainable base model (e.g. a Flux LoRA) with your dataset + parameters. |
replicate_get_training | Poll a training by id (status, logs, resulting model version). |
replicate_list_trainings | List your recent training runs (id, model, status, timestamps). |
replicate_cancel_training | Cancel an in-progress training run by id. |
| Tool | Purpose |
|---|---|
replicate_list_deployments | List your Replicate deployments (owner/name, current model + version). |
replicate_get_deployment | Inspect one deployment (model, version, hardware, autoscaling min/max). |
replicate_run_deployment | Run a prediction against a deployment β waits for completion and auto-downloads the outputs, same as the curated generate tools. |
| Tool | Purpose |
|---|---|
replicate_list_predictions | Recent prediction history (id, model, status, timestamps). |
replicate_cancel_prediction | Cancel an in-progress async job by id. |
replicate_estimate_cost | Pre-call USD estimate from a curated price table. |
| Tool | Purpose |
|---|---|
replicate_run_model | Run any Replicate model with arbitrary inputs (escape hatch for anything not covered by a curated tool). |
replicate_search_models | Free-text search across the Replicate catalog. |
replicate_get_model_schema | Get the OpenAPI input schema for any model. |
replicate_get_prediction | Poll a long-running prediction (videos, long songs). |
replicate_upload_file | Upload a file to Replicate storage (by local file_path or base64_data / data URI); returns a URL to feed into other tools. |
Outputs:
~/Downloads/replicate-mcp/<model>/<prediction_id>/ (configurable). Local paths and original Replicate URLs are both returned. For images, the response also includes an inline base64 preview (sized to stay under Claude Desktop's 1 MB tool-result limit; larger images fall back to the URL embed) plus three embed snippets (<details>-wrapped iframe viewer with Save button, responsive <img>, or markdown image) so the chat client can render the result inline at full size.text_output and printed at the top of the tool response so Claude can read it directly.The editing tools (replicate_upscale_image, replicate_inpaint, replicate_remove_background, replicate_vision, image-to-video, lipsync, 3D-from-image) all take a URL. To turn a file into a URL, use replicate_upload_file:
replicate_upload_file({ file_path: "C:/Users/you/photo.jpg" }) β URL β pass to the editing tool. If an image is dragged/pasted into the chat, save it to disk first β the server cannot read chat attachments directly, and Claude Desktop cannot reproduce a large image's exact bytes as a tool argument.replicate_upload_file({ base64_data: "data:image/png;base64,..." }) β URL β editing tool. base64_data accepts a bare base64 string or a full data:<mime>;base64,... URI.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/replicate-mcp-server)<a href="https://allmcps.com/mcp/replicate-mcp-server"><img src="https://allmcps.com/api/badge/replicate-mcp-server?style=directory" alt="Replicate MCP Server on AllMCPs" /></a>