Replicate MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REPLICATE_API_TOKENYesYour Replicate API token from https://replicate.com/account/api-tokens

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_models

Search for models using semantic search

list_models

List available models with optional filtering

list_collections

List available model collections

get_collection

Get details of a specific collection

create_prediction

Create a new prediction using either a model version (for community models) or model name (for official models)

cancel_prediction

Cancel a running prediction

get_prediction

Get details about a specific prediction

list_predictions

List recent predictions

get_model

Get details of a specific model including available versions

view_image

Display an image in the system's default web browser

clear_image_cache

Clear the image viewer cache

get_image_cache_stats

Get statistics about the image cache