Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Replicate MCP Server
R
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Replicate MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "replicate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "replicate-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Replicate MCP Server

Replicate MCP Server β€” universal MCP for the full Replicate catalog

smithery badge Ko-fi

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.


Install

Fastest β€” one-click via Smithery (smithery badge): 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):

Terminal
npx -y replicate-mcp-server

…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.


Try it

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.


What's inside

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:

Curated generation tools

ToolPurpose
replicate_generate_imageText β†’ image. Curated: Flux Schnell / Dev / Pro / 2-Max, SD 3.5, Recraft v3 / v4.1, Seedream, Ideogram v2, Imagen 3.
replicate_generate_videoText (or image) β†’ video. Curated: Kling Pro, Minimax, Hunyuan, Luma Ray, Wan 2.2, Grok Video, Seedance.
replicate_generate_audioText β†’ music / songs. Curated: MusicGen, ACE-Step (full songs with lyrics), Riffusion, MiniMax Music.
replicate_generate_speechText β†’ speech (TTS). Curated: Kokoro, Minimax Speech, Chatterbox, Gemini TTS, Grok TTS.
replicate_chatText β†’ text via LLM. Curated: Llama 3.1 405B, Llama 3 70B / 8B, Mistral 7B, Mixtral 8x7B, DeepSeek-R1.
replicate_visionImage β†’ text. Curated: LLaVA 13B / 1.6 34B, BLIP-2, Qwen2-VL.
replicate_upscale_imageImage β†’ higher-res image. Curated: Real-ESRGAN, Clarity Upscaler, Clarity Pro, SwinIR, GFPGAN.
replicate_remove_backgroundImage β†’ transparent PNG. Curated: rembg, BiRefNet, BRIA RMBG.
replicate_transcribe_audioAudio/video β†’ text. Curated: Whisper, Distil-Whisper, WhisperX (diarization), ElevenLabs Scribe.
replicate_inpaintMask-based image edit. Curated: Flux Fill Pro, SD inpaint, Ideogram v2 edit.
replicate_segmentImage β†’ mask. Curated: SAM 2, Grounded-SAM (text-prompt).
replicate_embed_textText(s) β†’ vector embeddings. Curated: BGE, Jina v3, MPNet.

Voice, 3D, and avatar tools

ToolPurpose
replicate_clone_voiceText + reference sample β†’ speech in a cloned voice. Curated: XTTS v2, OpenVoice v2.
replicate_generate_3dText or image β†’ 3D mesh (GLB/OBJ). Curated: Hunyuan 3D, Rodin, TripoSR.
replicate_lipsyncPortrait + text/audio β†’ lip-synced talking video. Curated: Video Avatar, SadTalker.

Orchestration tools

ToolPurpose
replicate_batch_start / replicate_batch_statusRun up to 50 predictions concurrently as a background job; poll progress + results.
replicate_pipeline_start / replicate_pipeline_statusRun a DAG of predictions β€” independent steps in parallel, downstream steps wired via "$stepId.urls[0]" template refs.
replicate_recommend_modelRank curated models in a category by priority (speed / cost / quality / balanced) with cost estimates β€” advises which model to use.
replicate_refresh_modelsDiscover popular Replicate models not yet in the curated registry.

Fine-tuning (trainings)

ToolPurpose
replicate_create_trainingKick off a fine-tune / training run on a trainable base model (e.g. a Flux LoRA) with your dataset + parameters.
replicate_get_trainingPoll a training by id (status, logs, resulting model version).
replicate_list_trainingsList your recent training runs (id, model, status, timestamps).
replicate_cancel_trainingCancel an in-progress training run by id.

Deployments

ToolPurpose
replicate_list_deploymentsList your Replicate deployments (owner/name, current model + version).
replicate_get_deploymentInspect one deployment (model, version, hardware, autoscaling min/max).
replicate_run_deploymentRun a prediction against a deployment β€” waits for completion and auto-downloads the outputs, same as the curated generate tools.

Prediction management + cost

ToolPurpose
replicate_list_predictionsRecent prediction history (id, model, status, timestamps).
replicate_cancel_predictionCancel an in-progress async job by id.
replicate_estimate_costPre-call USD estimate from a curated price table.

Generic / discovery tools

ToolPurpose
replicate_run_modelRun any Replicate model with arbitrary inputs (escape hatch for anything not covered by a curated tool).
replicate_search_modelsFree-text search across the Replicate catalog.
replicate_get_model_schemaGet the OpenAPI input schema for any model.
replicate_get_predictionPoll a long-running prediction (videos, long songs).
replicate_upload_fileUpload a file to Replicate storage (by local file_path or base64_data / data URI); returns a URL to feed into other tools.

Outputs:

  • Image / video / audio: downloaded to ~/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 (LLM, vision, classifier): the model's reply is surfaced in text_output and printed at the top of the tool response so Claude can read it directly.

Editing an image you have on hand

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:

  • You have a local path (Claude Desktop): 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.
  • You have the bytes in memory (claude.ai web with a code container): read the uploaded file in the container, base64-encode it, then 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.
  • You already have a URL: pass it straight to the editing tool β€” no upload needed.

Why this over the official Replicate MCP?

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Kie MCP logoKie MCP

    MCP for kie.ai: 45+ image, 70+ video, 20+ audio models with model intelligence

    πŸ’» Developer Tools0 views
    Compare vs Kie MCP β†’
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge β€” give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    πŸ’» Developer Tools1 views
    Compare vs Flutter Skill β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Replicate MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "replicate-mcp-server": { "command": "npx", "args": ["-y", "replicate-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewReplicate MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/replicate-mcp-server?style=directory)](https://allmcps.com/mcp/replicate-mcp-server)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Replicate MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code