Skip to content
Claude Desktop

ROOT MCP Server for Claude Desktop

io.github.omazapa/root-mcp

ROOT-based MCP server exposing root_python and root_cpp tools (stdio transport).

client:Claude Desktop transport:stdio runtime:oci

Install ROOT MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "root-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/omazapa/root-mcp:1.0.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ROOT MCP Server in other clients