What is the OpenTrain MCP server?
Hire human data labelers, RLHF annotators, and evaluators from your coding agent.
How to install OpenTrain
Copy-paste configuration for popular MCP clients.
OPENTRAIN_PERSONAL_API_TOKENsecretOpenTrain personal API token (ot_pat_...). Optional: if absent, the server can register an anonymous agent account at runtime for a human to claim.
OPENTRAIN_API_BASE_URLOpenTrain API base URL. Defaults to https://app.opentrain.ai.
{
"mcpServers": {
"opentrain": {
"command": "npx",
"args": [
"-y",
"@opentrain-ai/mcp"
],
"env": {
"OPENTRAIN_PERSONAL_API_TOKEN": "<YOUR_OPENTRAIN_PERSONAL_API_TOKEN>",
"OPENTRAIN_API_BASE_URL": "<YOUR_OPENTRAIN_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"opentrain": {
"command": "npx",
"args": [
"-y",
"@opentrain-ai/mcp"
],
"env": {
"OPENTRAIN_PERSONAL_API_TOKEN": "<YOUR_OPENTRAIN_PERSONAL_API_TOKEN>",
"OPENTRAIN_API_BASE_URL": "<YOUR_OPENTRAIN_API_BASE_URL>"
}
}
}
}{
"mcpServers": {
"opentrain": {
"command": "npx",
"args": [
"-y",
"@opentrain-ai/mcp"
],
"env": {
"OPENTRAIN_PERSONAL_API_TOKEN": "<YOUR_OPENTRAIN_PERSONAL_API_TOKEN>",
"OPENTRAIN_API_BASE_URL": "<YOUR_OPENTRAIN_API_BASE_URL>"
}
}
}
}{
"servers": {
"opentrain": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@opentrain-ai/mcp"
],
"env": {
"OPENTRAIN_PERSONAL_API_TOKEN": "<YOUR_OPENTRAIN_PERSONAL_API_TOKEN>",
"OPENTRAIN_API_BASE_URL": "<YOUR_OPENTRAIN_API_BASE_URL>"
}
}
}
}claude mcp add opentrain --env OPENTRAIN_PERSONAL_API_TOKEN=<YOUR_OPENTRAIN_PERSONAL_API_TOKEN> --env OPENTRAIN_API_BASE_URL=<YOUR_OPENTRAIN_API_BASE_URL> -- npx -y @opentrain-ai/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.