# Replicate MCP Server

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

- **Category:** Model Hubs
- **Vendor:** Replicate (official)
- **Pricing:** paid
- **Verified:** 2026-06-11

## 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: `https://mcp.replicate.com/sse`
- Claude Code: `claude mcp add --transport sse replicate https://mcp.replicate.com/sse`
- Local: `npx replicate-mcp`

**Auth:** api_key (env `REPLICATE_API_TOKEN`) — https://replicate.com/account/api-tokens (remote server stores token via web auth flow)

## Capabilities

`text-to-video` · `image-to-video` · `text-to-image` · `model-search` · `predictions` · `upscaling`

## Sample tools

`search_models` · `create_predictions` · `list_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.

## Links

- Site: https://mcp.replicate.com
- Docs: https://replicate.com/docs/reference/mcp
- Repo: https://github.com/replicate/replicate-mcp-code-mode

---

Structured data: https://mcp.film/api/mcps/replicate.json · Directory: https://mcp.film
