McpMux
Back to Registry

Replicate (npx) MCP Server

Community

Contributed by Replicate

Run AI models on Replicate. Create predictions, search for models, manage deployments, and generate images, audio, and text.

About the Replicate (npx) MCP Server

The Replicate (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Run AI models on Replicate. Create predictions, search for models, manage deployments, and generate images, audio, and text. This is a community-contributed MCP server by Replicate.

Install the Replicate (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "replicate-mcp@latest"
  ],
  "env": {
    "REPLICATE_API_TOKEN": "${input:REPLICATE_API_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "REPLICATE_API_TOKEN",
        "label": "Replicate API Token",
        "description": "API token for the Replicate platform.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "r8_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://replicate.com/account/api-tokens",
          "instructions": "1. Go to replicate.com/account/api-tokens\n2. Click 'Create token'\n3. Name your token and copy it (starts with r8_)",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

replicateaimodelsinferenceimage-generationml

Supported AI Clients

The Replicate (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Replicate (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.