Skip to main content
Data Science ToolsPython

HumanSignal/label-studio-mcp-server

Create, manage, and automate Label Studio projects, tasks, and predictions for data labeling workflows.

data-science-toolsofficialcloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/HumanSignal/label-studio-mcp-server

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Science Tools
Language
Python
Author
HumanSignal