mcp.film / Model Hubs / Replicate MCP Server
Replicate MCP Server
Official remote MCP for discovering and running thousands of models on Replicate.
What it does
Replicate's official MCP server (remote, plus a self-hostable npm package auto-generated from their HTTP API) lets agents search, compare and run any Replicate model — Veo, Kling, Wan, FLUX, SDXL, LTX and more. Experimental 'code mode' lets the model write sandboxed TypeScript against the Replicate SDK for faster multi-step chains.
Connect
https://mcp.replicate.com/sse
claude mcp add --transport sse replicate https://mcp.replicate.com/sse
{
"mcpServers": {
"replicate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.replicate.com/sse"
]
}
}
}
{
"mcpServers": {
"replicate": {
"url": "https://mcp.replicate.com/sse"
}
}
}
REPLICATE_API_TOKEN — https://replicate.com/account/api-tokens (remote server stores token via web auth flow)
Tools you'll see
search_modelscreate_predictionslist_hardwareField notes
Remote server recommended; check mcp.replicate.com for the current endpoint (SSE at launch, streamable-HTTP may follow). The npm package tracks the full HTTP API and is auto-updated. Also a strong route to upscalers (Real-ESRGAN, Topaz-style models) with no first-party MCP.
Pairs well with
MartiniMartini
Official
The film set for AI videos — direct entire productions from your agent.
D-ID MCP ServerD-ID
Official
D-ID's hosted MCP connecting agents to the D-ID API and docs for avatar video.
HeyGen Remote MCPHeyGen
Official
Hosted MCP for avatar videos, lipsync, and 175-language video translation.