Developer ToolsFreeactiveReviewed by MCPIndex

Replicate MCP

Run open-source AI models on the cloud directly from Claude Desktop. Access Stable Diffusion, Llama, Cog, and thousands of models via the Replicate platform.

Looking for more MCP servers? Browse the full MCP tools directory or explore more tools in Developer Tools.

Quick overview

Replicate MCP connects your AI assistant to the Replicate model cloud. You can generate images, transcribe audio, run text completions, or fine-tune models using natural language. It manages API keys, model versions, and output retrieval seamlessly.

What this MCP server is best for

  • Replicate MCP is useful when you want to extend an AI assistant with real tools and live system access.
  • It helps move from chat-only answers to real actions such as reading data, managing systems, or retrieving current information.
  • It is best for developer and technical workflows where AI needs controlled access to external tools or services.

When to choose it

Choose Replicate MCP when you want an MCP server focused on Developer Tools and need tighter integration with your existing tools.

Good fit

ai-modelscloudimage-generationtext-generation

Replicate MCP Configuration

Use the following configuration as a starting point for Claude Desktop or any compatible MCP client, then replace placeholder credentials with your own values.

claude_desktop_config.json
{
  "mcpServers": {
    "replicate": {
      "command": "npx",
      "args": ["-y", "@replicate/mcp"],
      "env": {
        "REPLICATE_API_TOKEN": "your_token_here"
      }
    }
  }
}

How to set up Replicate MCP

These setup steps cover the typical installation flow for this MCP server.

  1. 1

    Sign up at replicate.com and get your API token.

  2. 2

    Add the configuration block to your claude_desktop_config.json.

  3. 3

    Restart Claude Desktop completely.

  4. 4

    Test by asking Claude to list available models or generate an image.

Frequently asked questions

Common questions for Replicate MCP.

Is Replicate MCP free?

The MCP server is free and open-source. However, you need a Replicate account; model usage may incur costs depending on the model and provider.

What models can I use?

You can access thousands of models, including Stable Diffusion, Llama, Whisper, and Cog-based custom models. Just ask Claude to search for a model on Replicate.

Do I need a GPU locally?

No, all processing happens on Replicate cloud GPUs. Your machine only needs Node.js and an internet connection.

Replicate MCP vs Competitors

FeatureReplicate MCPCompetitor
Model Variety Yes Limited
Cloud Execution Yes No
Image Generation Yes Yes
Cost Management Per-model billing Flat fee

Related Guides