ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Scale AI with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate high-quality data labeling and RLHF workflows via Scale AI. create projects, manage batches, and submit annotation tasks directly from your AI agent.

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 · 11 capabilities

The complete Scale AI capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Scale AI.

  1. 01

    Cancel task

    Optionally clears the unique_id to reuse it. Cancel a pending task

  2. 02

    Create batch

    Create a new batch

  3. 03

    Create text collection task

    Create a Text Collection task

  4. 04

    Finalize batch

    Finalize a batch

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Scale AI.

  1. 05

    Get task

    Retrieve a specific task

  2. 06

    Create image annotation task

    Create an Image Annotation task

  3. 07

    Create named entity recognition task

    Create a Named Entity Recognition task

  4. 08

    Create project

    Create a new Scale project

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Scale AI.

  1. 09

    Create segment annotation task

    Create a Semantic Segmentation task

  2. 10

    Create video playback annotation task

    Create a Video Annotation task

  3. 11

    Update project params

    Update project parameters

Observed, not estimated

967ms average. Fast in production.

Scale AI is checked daily against the live service.

Daily averagePeak 1099ms
Aug 20Today
Fastest day
809ms
Slowest day
1099ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 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 Scale AI, so you can see the experience inside your AI.

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

Scale AI Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_lsC40U9ook5OZ8hrmwvYLqntMTpGHdSfQWvhNSRl/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 — Scale AI capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "scale-ai-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lsC40U9ook5OZ8hrmwvYLqntMTpGHdSfQWvhNSRl/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 Scale AI owners ask.

  • 01

    How do I start a high-volume labeling job using batches?

    First, use create_batch to initialize a group for your project. After submitting your tasks to this batch, call finalize_batch to signal Scale to begin the labeling process.

  • 02

    Can I check the status of a specific annotation task?

    Yes, use the get_task capability with the specific Task ID. It will return the full metadata, current status, and any available results for that unit of work.

  • 03

    What should I do if I submitted a task by mistake?

    You can use the cancel_task capability with the Task ID. If you need to reuse the unique identifier, you can also set the clear_unique_id parameter to true.