Replicate
Freeby AI Labs
Run open-source ML models in the cloud with a simple API.
v1.0.0Added Jan 24, 2025
replicatemlcloud-inference
Replicate MCP Server
Run open-source ML models in the cloud with a simple API.
Features
- Model running
- Training
- Deployments
- Predictions
- Webhooks
Installation
{
"mcpServers": {
"replicate": {
"command": "npx",
"args": ["-y", "mcp-replicate"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-replicate
Add to claude_desktop_config.json
{
"mcpServers": {
"replicate": {
"command": "npx",
"args": ["-y", "mcp-replicate"]
}
}
}