Brings CERN's ROOT data analysis framework into the MCP ecosystem through two tools: root_python for executing Python with PyROOT automatically in scope, and root_cpp for running C++ via ROOT's cling interpreter. Everything runs in-process with automatic error detection, console logging of executed code, and support for TCanvas graphics. The server handles histogram creation, statistical analysis, and physics computations without needing HTTP endpoints or external APIs. Reach for this when you want LLMs to generate and execute ROOT analysis code directly, whether you're fitting distributions, plotting particle physics data, or prototyping analyses interactively. Works with VS Code Copilot Chat or any MCP client over stdio transport.
claude mcp add --transport stdio io.github.omazapa-root-mcp uvx root-mcp