ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Replicate API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Equip your AI to dynamically search, run, and monitor thousands of open-source machine learning models hosted on Replicate via simple text commands.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete Replicate API capability set.

These are the exact actions your AI can choose when you ask it to work with Replicate API.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through Replicate API.

  1. 01

    Get account

    Retrieves the authenticated Replicate account details

  2. 02

    Get collection

    Provide the collection slug (e.g., "text-to-image"). Retrieves a specific collection of models by its slug

  3. 03

    Get prediction

    ). Retrieves the status and output of a prediction

  4. 04

    List collections

    G., "Image-to-Text", "Audio Generation"). Lists curated collections of models

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through Replicate API.

  1. 05

    List predictions

    Lists recent predictions made by the user

  2. 06

    Search models

    Searches for public models on Replicate

  3. 07

    List models

    Lists public models available on Replicate

  4. 08

    Cancel prediction

    Cancels a prediction that is currently running

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through Replicate API.

  1. 09

    Create prediction

    G., image generation, LLMs). Provide the model version ID and inputs as a JSON object. Starts a new model prediction on Replicate

  2. 10

    Get model

    Retrieves details for a specific model

  3. 11

    List deployments

    Lists your active model deployments on Replicate

  4. 12

    List hardware

    Lists available GPU hardware options for running models

Observed, not estimated

867ms average. Fast in production.

Replicate API is checked daily against the live service.

Daily averagePeak 1069ms
Aug 20Today
Fastest day
683ms
Slowest day
1069ms
14-day trend
Slowing+31%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Replicate API, so you can see the experience inside your AI.

It does not authenticate your account with Replicate API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Replicate API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ZjGhumvOdiFG6C4qZnstV0k6xajsQmuKnK85lhvV/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Replicate API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "replicate-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ZjGhumvOdiFG6C4qZnstV0k6xajsQmuKnK85lhvV/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Replicate API owners ask.

  • 01

    Can the agent pass a JSON payload directly into a Replicate model?

    Yes. You can utilize the create_prediction action and attach the payload parameter filled out with any required input schema (e.g., specific prompt, num_inference_steps). Since models change inputs constantly, you should always ask your assistant to fetch the schema details first via get_model to verify keys.

  • 02

    Does the prediction command return results instantly?

    No, Replicate's API operates asynchronously. The initial command gives your assistant an ID. You must then ask your AI companion to query the get_prediction capability periodically using that generated ID until it displays the completed status along with the generated web URLs or generated strings.

  • 03

    Can the AI browse trending or curated model collections?

    Yes. Use the list_collections capability to browse curated groups of models organized by category. such as image generation, text-to-speech, or video. Each collection includes a slug and description so you can quickly identify the right set of models for your use case.