Replicate

Replicate

Replicate allows users to run AI models via a cloud API without managing infrastructure.

62VIEWS
2434USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app replicatenpx @composio/cli add cursor --app replicatenpx @composio/cli add cursor --app replicatenpx @composio/cli add cursor --app replicate

After running the command, restart Cursor to start using the MCP Server.

Available Tools

List Model Collections

Tool to list all collections of models. use when you need to retrieve available model collections.

Create File

Tool to create a file by uploading content. use when you need to upload and store a file for later reference.

Create Prediction

Tool to create a prediction for a given deployment. use when you need to run model inference with specified inputs. use 'wait for' to wait until the prediction completes.

Get File Details

Tool to get details of a file by its id. use when you need to inspect uploaded file information before further operations.

List Files

Tool to list all files created by the user or organization. use after authenticating to fetch files list.

List Model Examples

Tool to list example predictions for a specific model. use when you want to retrieve author-provided illustrative examples after identifying the model.

Get Model Details

Tool to get details of a specific model by owner and name. use when you need model metadata (schema, urls) before running predictions.

Get Model Readme

Tool to get the readme content for a model in markdown format. use after retrieving model details when you want to view its documentation.

8 actions available