Replicate MCP Server

AIstdiov0.2.0
Repository

MCP server for Replicate, which hosts thousands of open machine learning models behind a single API. Lets AI agents search models, run predictions (image, video, audio, and text generation), poll prediction status, and retrieve outputs. Useful for adding generative media and specialized ML capabilities to agent workflows without managing infrastructure.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "replicate": {
      "command": "npx",
      "args": [
        "-y",
        "@replicate/mcp"
      ],
      "env": {
        "REPLICATE_API_TOKEN": "<YOUR_REPLICATE_API_TOKEN>"
      }
    }
  }
}

Araçlar (2)

search_models

Search Replicate's catalog of hosted models by keyword.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    }
  }
}

create_prediction

Run a model prediction with the given inputs and return the prediction ID.

{
  "type": "object",
  "required": [
    "model",
    "input"
  ],
  "properties": {
    "input": {
      "type": "object",
      "description": "Model input parameters"
    },
    "model": {
      "type": "string",
      "description": "Model identifier (owner/name or version)"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Replicate (@replicate)
Repository
https://github.com/replicate/mcp
Lisans
Apache-2.0
Sürüm
0.2.0
Yıldızlar
520
Son güncelleme
9 Temmuz 2026