paraggit/reportportal-mcp-server
This project implements a lightweight MCP (Model Context Protocol) server for ReportPortal using FastAPI. It pulls test metadata from ReportPortal and exposes it through a clean API for use in LLM-based tools, dashboards, or QA automation systems.
Platform-specific configuration:
{
"mcpServers": {
"reportportal-mcp-server": {
"command": "npx",
"args": [
"-y",
"reportportal-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...