transformerlab-app (MCP Server)

GitHub

The open source research environment for AI researchers to seamlessly train, evaluate, and scale models from local hardware to GPU clusters.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "transformerlab-app": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-transformerlab-app"
      ]
    }
  }
}