mcp.film

mcp.film / Model Hubs / Replicate MCP Server

Replicate MCP Server

OfficialRemoteby Replicatepaidverified Jun 11, 2026

Official remote MCP for discovering and running thousands of models on Replicate.

Rate it: no ratings yet

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

Remote endpoint (Streamable HTTP)
https://mcp.replicate.com/sse
Claude Code
claude mcp add --transport sse replicate https://mcp.replicate.com/sse
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "replicate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.replicate.com/sse"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "replicate": {
      "url": "https://mcp.replicate.com/sse"
    }
  }
}
Auth: api_key · env REPLICATE_API_TOKEN — https://replicate.com/account/api-tokens (remote server stores token via web auth flow)

Tools you'll see

search_modelscreate_predictionslist_hardware

Field 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