PluginBench
MCP Server

io.github.mshegolev/allure-testops-mcp MCP Server

io.github.mshegolev/allure-testops-mcp

What is the io.github.mshegolev/allure-testops-mcp MCP server?

Allure TestOps MCP — projects, launches, test cases, test results via REST API.

How to install io.github.mshegolev/allure-testops-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ALLURE_URL
    required

    Allure TestOps URL (e.g. https://allure.example.com)

  • ALLURE_TOKEN
    required
    secret

    API token from Allure TestOps (Profile -> API tokens)

  • ALLURE_SSL_VERIFY

    Verify SSL certificates (true/false). Set to 'false' for self-signed corp certs.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "allure-testops-mcp": {
      "command": "uvx",
      "args": [
        "allure-testops-mcp"
      ],
      "env": {
        "ALLURE_URL": "<YOUR_ALLURE_URL>",
        "ALLURE_TOKEN": "<YOUR_ALLURE_TOKEN>",
        "ALLURE_SSL_VERIFY": "<YOUR_ALLURE_SSL_VERIFY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "allure-testops-mcp": {
      "command": "uvx",
      "args": [
        "allure-testops-mcp"
      ],
      "env": {
        "ALLURE_URL": "<YOUR_ALLURE_URL>",
        "ALLURE_TOKEN": "<YOUR_ALLURE_TOKEN>",
        "ALLURE_SSL_VERIFY": "<YOUR_ALLURE_SSL_VERIFY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "allure-testops-mcp": {
      "command": "uvx",
      "args": [
        "allure-testops-mcp"
      ],
      "env": {
        "ALLURE_URL": "<YOUR_ALLURE_URL>",
        "ALLURE_TOKEN": "<YOUR_ALLURE_TOKEN>",
        "ALLURE_SSL_VERIFY": "<YOUR_ALLURE_SSL_VERIFY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "allure-testops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "allure-testops-mcp"
      ],
      "env": {
        "ALLURE_URL": "<YOUR_ALLURE_URL>",
        "ALLURE_TOKEN": "<YOUR_ALLURE_TOKEN>",
        "ALLURE_SSL_VERIFY": "<YOUR_ALLURE_SSL_VERIFY>"
      }
    }
  }
}
Claude Code
claude mcp add allure-testops-mcp --env ALLURE_URL=<YOUR_ALLURE_URL> --env ALLURE_TOKEN=<YOUR_ALLURE_TOKEN> --env ALLURE_SSL_VERIFY=<YOUR_ALLURE_SSL_VERIFY> -- uvx allure-testops-mcp

Related MCP servers

GitLab CI/CD MCP — pipelines, jobs, schedules, MRs, files. Any GitLab (SaaS or self-hosted).

View repository →

Harbor Registry MCP — projects, repos, artifacts, storage reports, cleanup (with dry-run).

View repository →

Jaeger MCP — search traces, inspect spans, map service dependencies (read-only).

View repository →

Kibana/Elasticsearch MCP — log search, aggregations, index discovery, dashboards.

View repository →

Prometheus MCP — query metrics, inspect alerts, and explore scrape targets (read-only).

View repository →

SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking.

View repository →