Replicate

Replicate MCP Connector for Claude

A+

Automate machine learning workflows via Replicate — run models, manage predictions, and search for AI assets directly from any AI agent.

20 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Replicate account to any AI agent to run powerful machine learning models through simple commands.

What you can do

  • Run Predictions — Execute any model version with custom inputs and handle webhooks for completion
  • Model Discovery — Search for public models or list specific versions and their OpenAPI schemas
  • Management — Create, update, and manage your own models and hardware configurations
  • Monitoring — Track prediction status, logs, and outputs in real-time
  • Deployment — Manage deployments and training sessions for custom fine-tuned models

How it works

  1. Subscribe to this server
  2. Enter your Replicate API Token
  3. Start generating images, text, or audio from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • AI Engineers — quickly test model versions and inputs without writing boilerplate code
  • Creative Technologists — generate media assets directly within their workflow
  • Data Scientists — monitor training jobs and prediction outputs from a unified interface
machine-learningai-modelsgpu-computinginference-apistable-diffusion

20 tools expose this connector's capabilities to your AI agent.

cancel_prediction

Cancel a running prediction

create_deployment_prediction

Create a prediction using a dedicated deployment

create_deployment

Create a new private deployment with custom autoscaling

create_model

Create a new model on Replicate

create_prediction

Create a new prediction to run a model

create_training

Create a training to fine-tune an existing model

delete_model_version

Delete a specific model version

get_account

Get details about the authenticated user or organization

get_collection

Get details of a specific model collection

get_model

Get details of a specific model

get_model_version

Get details of a specific model version, including its OpenAPI schema

get_prediction

Get the status and output of a prediction

get_training

Get the status of a training

get_webhook_secret

Get the default webhook secret key for verifying signatures

list_collections

List curated collections of models

list_hardware

List available hardware SKUs and their descriptions

list_model_versions

List all versions of a model

list_predictions

List recent predictions

search_models

Search for public models on Replicate

update_model

Update metadata for an existing model

See how to talk to your AI agent using Replicate.

Search for public models related to 'Stable Diffusion' on Replicate.

I found several models. The most popular is 'stability-ai/stable-diffusion' (Version: 328bd9...). Would you like to see the input schema for this model?

Run a prediction for model version 5c51d4... with the prompt 'A futuristic city'.

Prediction created (ID: pred_123abc). It is currently 'starting'. I will monitor it for you or you can ask me for the status in a moment.

List my most recent predictions.

Fetching your history... You have 3 recent predictions. The latest one (pred_123abc) succeeded and generated an image URL. Would you like to see the results?

Use the `get_prediction` tool with your Prediction ID. It will return the current status (starting, processing, succeeded, or failed) along with the output URLs or data once completed.

Related Connectors