Replicate

Replicate

MCP server for Replicate enabling tool-based execution of models and predictions.

88
Stars
20
Forks
0
Releases

Overview

The Replicate MCP Server is a Model Context Protocol server implementation that allows running Replicate models through a simple, tool-based interface. It exposes a set of MCP-compatible tools for discovering and interacting with models and collections, creating and tracking predictions, and handling generated images. The project is described as NOT IN ACTIVE DEVELOPMENT; it originated as an experiment and remains available for fork or use, though an official MCP server exists from Replicate. To use it, you install the server (npm install -g mcp-replicate) and provide a Replicate API token. Token configuration can be done either in Claude Desktop's MCP settings or as a generic environment variable (REPLICATE_API_TOKEN). The server offers three tool families: Model Tools (search, browse, get details, list collections), Prediction Tools (create, poll, get status, cancel, list), and Image Tools (view and cache management). It supports running via npm run build and npm start (or npx mcp-replicate) and is compatible with Claude Desktop or other MCP clients such as Cursor, Cline, or Continue. It requires Node.js >=18 and TypeScript >=5, and is released under the MIT license.

Details

Owner
deepfates
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Models

Search models using semantic search; browse models and collections; get detailed model information and versions.

Predictions

Create predictions with text or structured inputs; track status; cancel running predictions; list recent predictions.

Image Handling

View generated images in a browser and manage image cache for improved performance.

Audience

MCP developersBuild and test MCP integrations with Replicate models via a tool-based interface.
Product teamsPrototype workflows that run models and manage predictions through MCP tooling.
Claude Desktop usersConfigure and use the MCP server within Claude Desktop for tool access.
MCP clientsConnect and execute Replicate models through supported MCP clients like Claude Desktop.

Tags

MCPModel Context ProtocolReplicatesemantic searchmodelscollectionspredictionsimagesClaude DesktopAPI token