Skip to main content
Glama

Label Studio MCP Server

by HumanSignal
pyproject.toml743 B
[project] name = "label-studio-mcp" version = "0.1.0" description = "A Model Context Protocol (MCP) server for Label Studio" authors = [ { name = "HumanSignal", email = "support@humansignal.com" }, ] readme = "README.md" license = "Apache-2.0" classifiers = [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ] requires-python = ">=3.10" dependencies = [ "httpx>=0.28.1", "label-studio-sdk>=1.0.11", "markdownify>=1.1.0", "mcp[cli]>=1.6.0", "protego>=0.4.0", "readabilipy>=0.3.0", ] [project.scripts] mcp-label-studio = "label_studio_mcp.main:main" [project.urls] Home = "https://github.com/HumanSignal/label-studio-mcp-server" [tool.setuptools] packages = ["label_studio_mcp"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HumanSignal/label-studio-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server