Connects MCP clients to Label Studio for managing projects, importing tasks, reading annotations, and adding predictions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Label Studio MCP Server.
model_versionCallable MCP tool function
scoreCallable MCP tool function
The HumanSignal/label-studio-mcp-server MCP server exposes Label Studio operations through MCP. It is intended for workflows where an MCP client needs to create or inspect labeling projects, load task data, read annotations, or attach model predictions.
Supported project operations include listing projects, retrieving project details, reading a project's XML labeling configuration, creating projects, and updating existing configurations. Project creation accepts a title and XML label configuration, along with optional settings, and returns project information including a URL.
Task operations cover importing tasks from a JSON file, listing task IDs in a project, retrieving the data payload for an individual task, and fetching that task's annotations. The task-listing operation returns up to 100 task IDs. Prediction creation accepts a task ID and a Label Studio-formatted list of result dictionaries, with optional model version and score values.
The HumanSignal/label-studio-mcp-server MCP server communicates with Label Studio through the label-studio-sdk. It does not provide a hosted Label Studio instance; the target instance must already be running and reachable from the machine that runs the MCP process.
An MCP client sends structured tool calls, or requests the operations through natural-language interactions supported by that client. A typical workflow is to create a project, prepare a JSON file containing task objects, import the file, inspect task IDs and data, and then submit predictions for selected tasks. Label Studio remains the system of record for projects, tasks, annotations, and predictions.
Create or obtain an API key from the Label Studio user account settings. Configure these environment variables for the MCP process:
LABEL_STUDIO_API_KEY: API key used to authenticate with Label Studio.LABEL_STUDIO_URL: Base URL of the Label Studio instance, such as a locally hosted instance at port 8080.The README shows a uvx configuration that loads the server directly from the GitHub repository and starts the mcp-label-studio entry point. It provides configuration examples for Claude Desktop and Cursor MCP settings. The server must be able to reach the configured Label Studio URL, and imported task files must be available to the process at the path supplied to the import tool.
The HumanSignal/label-studio-mcp-server MCP server includes tools for:
Prediction result structures must follow Label Studio's expected format. The server uses the official SDK rather than defining a separate data API.
A running Label Studio deployment and a valid API key are prerequisites. The server does not describe a built-in authentication flow, so credentials must be supplied through the process environment or the MCP client's server configuration. Task import expects a JSON file containing a list of task objects. The README documents project and task management capabilities, but does not establish support for other Label Studio features beyond those operations.
The documented client examples are Claude Desktop and Cursor. The repository's support path is GitHub Issues, and no license information is provided in the supplied material.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/humansignal-label-studio-mcp-server)<a href="https://allmcps.com/mcp/humansignal-label-studio-mcp-server"><img src="https://allmcps.com/api/badge/humansignal-label-studio-mcp-server?style=directory" alt="Label Studio MCP Server on AllMCPs" /></a>