HumanSignal/label-studio-mcp-server
Create, manage, and automate Label Studio projects, tasks, and predictions for data labeling workflows.
Quick Start
Clone the repository:
git clone https://github.com/HumanSignal/label-studio-mcp-serverClaude 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.