allure2

GitHub

Allure Report is a flexible, lightweight multi-language test reporting tool. It provides clear graphical reports and allows everyone involved in the development process to extract the maximum of information from the everyday testing process

RAW Config

Claude Desktop Configuration

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

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