{"type":"mcp_server","name":"mcp-replicate","description":"This repository provides a Model Context Protocol (MCP) server implementation for Replicate, enabling users to run Replicate models through a tool-based interface. It supports model search, prediction management, and image handling.","category":"AI","language":"TypeScript","stars":95,"forks":8,"owner":"deepfates","github_url":"https://github.com/deepfates/mcp-replicate","homepage":null,"setup":"## Setup\n\n1. Install the server: `npm install -g mcp-replicate`\n2. Get your Replicate API token from [Replicate API tokens page](https://replicate.com/account/api-tokens).\n3. Configure Claude Desktop by adding the `mcpServers` configuration to the config file, replacing `your_token_here` with your actual Replicate API token.\n4. Start Claude Desktop to see the hammer icon indicating the tools are available.\n\nAlternative Installation Methods:\n\n*   Install from source:\n    ```bash\n    git clone https://github.com/deepfates/mcp-replicate\n    cd mcp-replicate\n    npm install\n    npm run build\n    npm start\n    ```\n*   Run with npx:\n    ```bash\n    npx mcp-replicate\n    ```","tools":"## Available Tools\n\nModels:\n\n1.  Search models using semantic search\n2.  Browse models and collections\n3.  Get detailed model information and versions\n\nPredictions:\n\n4.  Create predictions with text or structured input\n5.  Track prediction status\n6.  Cancel running predictions\n7.  List your recent predictions\n\nImage Handling:\n\n8.  View generated images in your browser\n9.  Manage image cache for better performance\n\nModel Tools:\n\n10. `search_models`: Find models using semantic search\n11. `list_models`: Browse available models\n12. `get_model`: Get details about a specific model\n13. `list_collections`: Browse model collections\n14. `get_collection`: Get details about a specific collection\n\nPrediction Tools:\n\n15. `create_prediction`: Run a model with your inputs\n16. `get_prediction`: Check a prediction's status\n17. `cancel_prediction`: Stop a running prediction\n18. `list_predictions`: See your recent predictions\n\nImage Tools:\n\n19. `view_image`: Open an image in your browser\n20. `clear_image_cache`: Clean up cached images\n21. `get_image_cache_stats`: Check cache usage","faq":null,"created_at":"2025-01-08T01:29:44+00:00","updated_at":"2025-03-28T22:24:13+00:00","source_url":"https://model-context-protocol.com/servers/replicate-model-context-protocol-mcp-server","related_articles":[]}