The open source research environment for AI researchers to seamlessly train, evaluate, and scale models from local hardware to GPU clusters.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"transformerlab-app": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-transformerlab-app"
]
}
}
}