Back to directory
label-studio

label-studio

@HumanSignal30

This project provides a Model Context Protocol (MCP) server that allows interaction with a Label Studio instance using the label-studio-sdk. It enables programmatic management of labeling projects, tasks, and predictions via natural language or structured calls from MCP clients. Using this MCP Server, you can make requests like: * "Create a project in label studio with this data ..." * "How many tasks are labeled in my RAG review project?" * "Add predictions for my tasks." * "Update my labeling template to include a comment box."

Label StudioData AnnotationProject ManagementTask ManagementPredictionsPythontool

Installation & Configuration

{
  "mcpServers": {
    "label-studio": {
      "command": "npx",
      "args": [
        "-y",
        "label-studio-mcp"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/25
Updated
2026/6/7