MCP Server for Replicate
A FastMCP server implementation for interfacing with Replicate’s API. This server provides tools for accessing various AI models hosted on Replicate through a standardized interface.
Current Status: Early Alpha
This project is in early alpha development. Features and APIs may change significantly.
Currently Supported
- Image generation models with:
- Model schema inspection
- Image generation with customizable parameters
- Output resizing and optimization
Roadmap
Planned Features
Text Generation
- Support for text completion models
- Chat model integration
- Streaming support for real-time responses
Video Generation
- Support for video generation models
- Video output handling and optimization
- Progress tracking for long-running generations
Additional Features
- Model version management
- Better error handling and retries
- Caching for frequently used models
- Rate limiting and queue management
Setup
- Install dependencies:
pip install -r requirements.txt
- Set up your Replicate API token in
.env:
REPLICATE_API_TOKEN=your_token_here
- Run the server:
fastmcp dev server.py
Replicate Interface Server
Project Details
- tzafrir/mcp-server-replicate
- MIT License
- Last Updated: 3/16/2025
Recomended MCP Servers
An mcp server that auto commits changes and creates commit message in the form of conventional commits (https://www.conventionalcommits.org/en/v1.0.0/)
A well-designed cross-platform ChatGPT UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT 应用。
A lightweight, ready-to-use TypeScript template for building Model Context Protocol (MCP) servers. This template provides the essential scaffolding...
A Model Context Protocol (MCP) server that provides weather information and alerts using the National Weather Service (NWS)...
A powerful Model Context Protocol (MCP) server for GitHub Enterprise that enables AI agents to access and manage...
A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.
MCP server that provides hourly weather forecasts using the AccuWeather API





