mcp-replicate

mcp-replicate

3.6

If you are the rightful owner of mcp-replicate and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server implementation for Replicate, allowing users to run Replicate models through a simple tool-based interface.

The Replicate MCP Server is a tool that enables users to interact with Replicate models using a Model Context Protocol (MCP) server. It provides a streamlined interface for running models, making predictions, and handling images. The server requires a Replicate API token for authentication and can be configured to work with various MCP clients, including Claude Desktop. Users can install the server via npm or run it directly using npx. The server supports features such as semantic search for models, prediction management, and image handling. It is designed to be user-friendly and integrates seamlessly with developer tools like Claude Desktop, offering a robust solution for model management and execution.

Features

  • Models: Search models using semantic search, browse models and collections, and get detailed model information and versions.
  • Predictions: Create predictions with text or structured input, track prediction status, cancel running predictions, and list recent predictions.
  • Image Handling: View generated images in your browser and manage image cache for better performance.

Tools

  1. search_models

    Find models using semantic search.

  2. list_models

    Browse available models.

  3. get_model

    Get details about a specific model.

  4. list_collections

    Browse model collections.

  5. get_collection

    Get details about a specific collection.

  6. create_prediction

    Run a model with your inputs.

  7. create_and_poll_prediction

    Run a model with your inputs and wait until it's completed.

  8. get_prediction

    Check a prediction's status.

  9. cancel_prediction

    Stop a running prediction.

  10. list_predictions

    See your recent predictions.

  11. view_image

    Open an image in your browser.

  12. clear_image_cache

    Clean up cached images.

  13. get_image_cache_stats

    Check cache usage.