Data Labeling MCP ServerServer

ag2-mcp-servers
GitHub
Data LabelingAPI IntegrationMachine Learning

Loading subscription status...

💡 Description

An MCP server that enables AI assistants to access and interact with Google Cloud's Data Labeling API, allowing users to manage datasets, annotation tasks, and labeling operations through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Data Labeling MCP Server": {
        "env": {
          "SECURITY": "API_KEY",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "stdio"
        ],
        "command": "python mcp_server/main.py"
      }
    }
  ]
}

🛠️ Tools

PythonUV