Label Studio is a multi-type data labeling and annotation tool with standardized output format
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"label-studio": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-label-studio"
]
}
}
}