label-studio (MCP Server)

GitHub

Label Studio is a multi-type data labeling and annotation tool with standardized output format

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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