MCP.so
Sign In
M

Mcp Allure Server

@crisschan

About Mcp Allure Server

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

crisschan

Submitted by

Criss Chen

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-allure-server": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "/Users/crisschan/workspace/pyspace/mcp-allure/mcp-allure-server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Allure Server?

Mcp Allure Server is an MCP server that reads Allure test reports and returns them in LLM-friendly formats. It is designed for development teams who want to leverage AI tools for test analysis by converting traditional Allure reports into structured JSON data optimized for processing by large language models.

How to use Mcp Allure Server?

Install using uv by adding the provided configuration to your MCP client settings. Invoke the get_allure_report tool with the path to an Allure HTML report directory; the server returns the report data as formatted JSON.

Key features of Mcp Allure Server

  • Converts Allure reports into LLM-friendly JSON formats
  • Optimizes test reports for AI consumption
  • Provides efficient conversion with low overhead
  • Returns high-accuracy structured data
  • Supports automated test documentation generation

Use cases of Mcp Allure Server

  • Generate meaningful test summaries and insights
  • Identify patterns in test failures
  • Suggest potential fixes for failing tests
  • Enable AI-assisted debugging with structured report data
  • Facilitate automated test documentation generation

FAQ from Mcp Allure Server

What does Mcp Allure Server do?

It reads Allure HTML test reports and returns their data as structured JSON, making test results easier for large language models to process and analyze.

How do I install Mcp Allure Server?

Install it using uv with the MCP configuration snippet provided in the README. The command runs a Python script (mcp-allure-server.py) that implements the server.

What tool does Mcp Allure Server provide?

It provides a single tool called get_allure_report. This tool takes a report_dir parameter (the path to an Allure HTML report) and returns the report data as a JSON string containing test suites, test cases, and steps.

Where does the data come from?

The data comes from local Allure HTML report directories specified by the user when calling the tool. The server reads these files and transforms them into the output format.

Are there any runtime dependencies?

The server requires Python and the uv package manager to run. It is invoked via the command line using the mcp CLI included in the mcp package.

Comments

More Other MCP servers