Replicate

By thumbsupordown

The Replicate MCP server connects AI agents to Replicate's catalog of hosted machine-learning models. Agents can search, browse, and inspect models and collections, run predictions and poll them to completion, check or cancel prediction status, list recent predictions, and view generated images locally.

Tools

cancel_prediction

Stop a currently running prediction on Replicate for the connected account.

clear_image_cache

Clean up the locally cached generated image files.

create_and_poll_prediction

Run a model and wait until the prediction completes.

create_prediction

Run a Replicate model using the inputs that you provide.

get_collection

Get details about a specific Replicate model collection.

get_image_cache_stats

Check the disk usage of the local generated-image cache.

get_model

Get detailed information about a specific Replicate model.

get_prediction

Check the status and output of a running prediction.

list_collections

Browse the curated model collections on Replicate.

list_models

Browse the full catalog of models hosted on Replicate.

list_predictions

See a list of your recent predictions run on Replicate.

search_models

Find Replicate models using a semantic search query.

view_image

Open a generated image in your local desktop web browser.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.