Replicate logo

Replicate

Free

在 Replicate 上搜索、运行和管理机器学习模型,处理生成的图像。

FreeFree tier
Inputs: text
Type
Open Source

About Replicate

Replicate MCP Server is a Model Context Protocol (MCP) server implementation for Replicate's API. It provides a tool-based interface to search, run, and manage machine learning models on Replicate, including creating predictions, tracking status, canceling runs, and viewing generated images. Designed for integration with MCP clients like Claude Desktop, Cursor, Cline, or Continue.

Key Features

Search models using semantic search
Browse models and collections
Get detailed model information and versions
Create predictions with text or structured input
Track prediction status and cancel running predictions
View generated images in browser
Manage image cache
Integrated with Claude Desktop and other MCP clients

Pros & Cons

Pros
  • Easy integration with Claude Desktop and other MCP clients
  • Supports semantic search to find models
  • Provides image viewing capability in browser
  • Simple tool-based interface for predictions
  • Open source (MIT)
Cons
  • Archived project – not actively maintained by original author
  • Requires Replicate API token (token usage may incur costs)
  • Limited to Replicate's model ecosystem
  • No active development or issue resolution promised

Best For

Run machine learning models from Replicate via MCP clientsGenerate images using Replicate's image modelsManage prediction workflows (create, track, cancel, list)Experiment with semantic model search and discovery

FAQ

How do I install the Replicate MCP server?
Install via npm globally: npm install -g mcp-replicate
What do I need to use this server?
You need a Replicate API token, which you can obtain from Replicate's API tokens page.
Which MCP clients are supported?
The server works with any MCP client, including Claude Desktop, Cursor, Cline, and Continue.
Is this project actively maintained?
No, the repository has been archived by the owner and is not in active development.
How do I configure it with Claude Desktop?
Add the server configuration to Claude Desktop's config file under mcpServers, setting the command to mcp-replicate and the environment variable REPLICATE_API_TOKEN.