Replicate MCP
Provides tools for interacting with the Replicate API, enabling AI agents to run open models (e.g. Flux, Llama, Whisper) and manage the full prediction lifecycle. Includes model discovery and details (list/search models, versions, collections), prediction operations (create, poll, list, cancel runs, optional webhook or SSE streaming), deployment management for faster cold starts, and account/hardware introspection.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Replicate MCPrun Flux to generate a cyberpunk cityscape and wait for the result"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/replicate
Replicate MCP — run open models (Flux, Llama, Whisper, etc.) and manage predictions. Free trial credits on signup.
Part of Pipeworx — an MCP gateway connecting AI agents to 1558+ live data sources.
Auth
Platform:
PLATFORM_REPLICATE_KEY. BYO:?_apiKey=….
Related MCP server: gpu-bridge-mcp-server
Tools (models)
list_models(cursor?)— list public modelsmodel(owner, name)— model detailmodel_versions(owner, name)— list versionsmodel_version(owner, name, version_id)— version detailsearch_models(query)— model searchcollections()— model collectionscollection(slug)— collection detail
Tools (predictions)
create_prediction(version, input, webhook?, webhook_events_filter?, stream?)— kick off a model runprediction(id)— single prediction (poll for completion)list_predictions(cursor?)— recent predictionscancel_prediction(id)— cancel a running prediction
Tools (deployments)
list_deployments(cursor?)— your deploymentsdeployment(owner, name)— deployment detailcreate_deployment_prediction(owner, name, input, webhook?, webhook_events_filter?, stream?)— run via a deployment (faster cold starts)
Tools (account)
account()— your accounthardware()— available hardware types
Notes
create_predictionreturns immediately with the prediction instartingorprocessingstate. Pollprediction(id)untilstatusissucceededorfailed, OR pass awebhookURL to be notified.For LLM-style streaming, pass
stream=trueand use the returnedurls.streamSSE endpoint.
Data source
https://api.replicate.com/v1
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"replicate": {
"url": "https://gateway.pipeworx.io/replicate/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/replicate/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1558+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Standalone (no gateway account)
This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:
{
"mcpServers": {
"replicate": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-replicate"]
}
}
}Or run it directly to confirm it starts:
npx -y @pipeworx/mcp-replicateIt speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call
for only this pack's tools — none of the shared meta-tools the gateway
connection above adds. Same source, same tools, no ask_pipeworx routing.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Replicate data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Run AI models, create deployments, and manage predictions via cloud API
Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.
Image, video, music and text generation across 100+ models through one endpoint.
run any ai model. compose agents, stack knowledge, connect tools. one api, pay per run.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables access to 200,000+ machine learning models through the Hugging Face Inference API. Supports text generation, image creation, classification, translation, speech processing, embeddings, and more AI tasks.-
- AlicenseAqualityFmaintenanceUnified AI compute API gateway for agents. Access 30+ services and 95+ models across 8 backends (Groq, Together AI, DeepInfra, Fireworks, Replicate, RunPod) with native x402 USDC payments, Stripe, and crypto top-up.5442MIT
- AlicenseNot gradedqualityDmaintenanceEnables running AI agents via OpenAI-compatible APIs with custom system prompts, models, and queries. Supports persistent memory, preset agents, and multi-step workflows like pipelines and swarms.19MIT

Createya MCP & APIofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents and developers to generate images, videos, audio, and text using 100+ models via MCP or REST with a single API key.4MIT