Replicate Interface Server
MCP implementation to generate content using models hosted on Replicate
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claudeThis will open your configuration file where you can add the Replicate Interface Server MCP server manually.
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
Details:
Stars
3Forks
1Last commit
11 months agoRepository age
11 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Replicate Interface Server:
Stars
Forks
Last commit
Stars
Forks
Last commit
Stars
Forks
Last commit