replicate-mcp-server

sena-labs/replicate-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated today
A universal, cross-platform MCP server that gives any MCP client — Claude Desktop, the claude.ai web app (Connectors), Cursor, Cline / Continue in VS Code, or your own application — native access to the full Replicate catalog: image generation, video, music, speech, upscaling, segmentation, LLMs, voice cloning, 3D, lipsync — anything Replicate host
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "replicate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sena-labs/replicate-mcp-server"
      ]
    }
  }
}