Thousands of open models on tap — run image, video and audio generation through Replicate's hosted API.
Replicate hosts thousands of open-source models behind one billing relationship and one API — Flux and SDXL for images, video generators, whisper variants, upscalers, background removers and a long tail of research models. Its MCP server (available hosted at mcp.replicate.com with OAuth) hands your assistant that entire catalogue.
The shape of the workflow: describe what you want, let the assistant pick an appropriate model (or name one), run the prediction, and get the output — then iterate on prompt or parameters in conversation. "Generate a hero image of a mountain lake at dawn, photorealistic" runs Flux; "now make it more cinematic and upscale it" chains a second model onto the first's output. Model chaining through conversation is the quiet superpower: transcribe with one model, summarise with another, illustrate with a third.
Because the assistant can search the catalogue, discovery is included — "what's the best current model for restoring old photos?" returns live candidates with their capabilities, not a stale blog post's opinion. Predictions bill per-run through your Replicate account, typically cents for images; check pricing before video work, which runs hotter.
Against ElevenLabs (audio specialist) and native image tools: Replicate's edge is breadth and openness — when you want a specific open model or the latest research checkpoint, this is where it's runnable without owning a GPU.
Replicate bills by the second of hardware time, so which model gets picked matters more than how the prompt is worded.
get_model before the first run of anything unfamiliar. It returns the input schema and hardware tier, which is how you avoid learning a video model's per-run cost from the invoice.create_prediction returns straight away and get_prediction polls for the result. Rarely-used models cold-start, which can add tens of seconds before any real work happens.owner/model reference follows the latest push, and results drift quietly when the maintainer retrains.Flux, SDXL and specialist models — picked per task, iterated in conversation.
Chain transcription, generation and upscaling models without writing glue code.
Find the current best open model for a niche task from the live catalogue.
| Tool | What it does |
|---|---|
| search_models | Find models in the catalogue by capability |
| get_model | Read a model's inputs, outputs and pricing |
| create_prediction | Run a model with given inputs |
| get_prediction | Check status and fetch outputs |
claude mcp add --transport http replicate https://mcp.replicate.comA Replicate account; predictions bill per run (images typically cents). OAuth for remote, API token for local.
| Variable | Description | Required |
|---|---|---|
| REPLICATE_API_TOKEN | API token for local mode (remote uses OAuth)e.g. r8_... | Optional |
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.
Pull live Ahrefs backlink, keyword and site-audit data straight into your AI assistant.