mcp-label-studio: A Label Studio MCP server
About
mcp-label-studio is a Model Context Protocol (MCP) server that connects to Label Studio to manage and interact with annotation projects. It provides tools to create, update, delete projects, import tasks from files, and export annotations in multiple formats, enabling automated…
Details
- Author
- lxkaka
- Downloads
- 261
- Categories
- Other
Jump to
- Create, update, delete annotation projects in Label Studio
- List all projects and get detailed project information
- Export project annotations (JSON, CSV, TSV, CONLL2003, COCO)
- Import tasks from a file into a project
- Retrieve supported export formats for a project
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcp-label-studio: A Label Studio MCP serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via uv (recommended) by cloning the repository and running uv pip install -e . and uv run server.py, or use Docker with docker build and docker run setting the LABEL_STUDIO_API_KEY and LABEL_STUDIO_URL environment variables. Integrate with Claude Desktop by adding the server configuration (uv or docker variant) to claude_desktop_config.json.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-label-studio: a label studio mcp server": {
"mcp-label-studio": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}
}
McpServers
{
"mcp-label-studio": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




