Replicate MCP Server
by deepfates
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REPLICATE_API_TOKEN | Yes | Replicate API token. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |