Back to MCP Servers
Label Studio
Create, manage, and automate Label Studio projects, tasks, and predictions for data labeling workflows.
data-science-tools
By HumanSignal
Installation
npx -y label-studio-mcp-serverConfiguration
{
"mcpServers": {
"label-studio-mcp-server": {
"command": "npx",
"args": ["-y", "label-studio-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes