{
  "slug": "replicate",
  "name": "Replicate MCP Server",
  "vendor": "Replicate",
  "official": true,
  "category": "model-hub",
  "featured": false,
  "tagline": "Official remote MCP for discovering and running thousands of models on Replicate.",
  "description": "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.",
  "capabilities": [
    "text-to-video",
    "image-to-video",
    "text-to-image",
    "model-search",
    "predictions",
    "upscaling"
  ],
  "tools_sample": [
    "search_models",
    "create_predictions",
    "list_hardware"
  ],
  "install": {
    "claude_code": "claude mcp add --transport sse replicate https://mcp.replicate.com/sse",
    "remote_url": "https://mcp.replicate.com/sse",
    "stdio_command": "npx replicate-mcp"
  },
  "auth": {
    "type": "api_key",
    "env_var": "REPLICATE_API_TOKEN",
    "key_url": "https://replicate.com/account/api-tokens (remote server stores token via web auth flow)"
  },
  "pricing": "paid",
  "links": {
    "repo": "https://github.com/replicate/replicate-mcp-code-mode",
    "docs": "https://replicate.com/docs/reference/mcp",
    "site": "https://mcp.replicate.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}