MCP.so
登录

MCP Server for Replicate

@MCP-Mirror

关于 MCP Server for Replicate

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Replicate?

MCP Server for Replicate is a FastMCP server that provides a standardized interface for accessing AI models hosted on Replicate’s API. It currently focuses on image generation, including model schema inspection, customizable parameters, and output resizing/optimization. This server is for developers who want to integrate Replicate models into MCP-compatible tools.

How to use MCP Server for Replicate?

Install dependencies with pip install -r requirements.txt, set your Replicate API token in a .env file as REPLICATE_API_TOKEN=your_token_here, then run the server using fastmcp dev.

Key features of MCP Server for Replicate

  • Image generation with customizable parameters
  • Model schema inspection for supported models
  • Output resizing and optimization
  • Early alpha stage with active development
  • Roadmap includes text and video generation support

Use cases of MCP Server for Replicate

  • Generating images from text prompts using Replicate-hosted models
  • Inspecting the input/output schemas of available image models
  • Integrating Replicate’s AI capabilities into MCP-enabled workflows

FAQ from MCP Server for Replicate

What models are currently supported?

Image generation models are supported, with features for schema inspection, generation with parameters, and output optimization.

How do I set up my API token?

Add REPLICATE_API_TOKEN=your_token_here to a .env file in the project directory.

What is the current status of the server?

It is in early alpha development; features and APIs may change significantly.

What are the planned future features?

The roadmap includes text generation, video generation, model version management, better error handling, caching, and rate limiting.

How do I run the server?

After setup, run fastmcp dev from the command line.

评论

其他 分类下的更多 MCP 服务器