# allure-framework/allure2 | Model Context Protocol (MCP) Server > 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 - **Stars**: ⭐ 5,482 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "allure2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-allure2" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "allure2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-allure2" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-allure2` - **Docker**: `docker run -i --rm mcp/allure2`