About
Overview
The Replicate MCP Server enables AI agents to run machine learning models on Replicate's platform. It provides access to thousands of models for image generation, video processing, audio generation, and more. Agents can run predictions, list available models, and retrieve results.
Capabilities
Tools & Capabilities
⚡run_model
Run a model prediction
⚡list_models
Search and list available models
⚡get_prediction
Get the result of a prediction
⚡cancel_prediction
Cancel a running prediction
Setup
Installation
bash
Install
npx -y @replicate/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"replicate": {
"command": "npx",
"args": ["-y", "@replicate/mcp-server"],
"env": {
"REPLICATE_API_TOKEN": "your-token"
}
}
}
}Quick Info
Authorreplicate
LanguageTypeScript
StatusStable
Stars★ 130
Last UpdatedFeb 12, 2026