Skip to main content
Glama
hram

Allure TestOps MCP

by hram

Allure TestOps MCP

Standalone stdio MCP server for Allure TestOps test case operations.

Tools

  • testops_search_test_cases

  • testops_get_test_case

  • testops_create_test_case

  • testops_delete_test_case

  • testops_get_scenario

  • testops_update_scenario

  • testops_get_issues

  • testops_set_issues

  • testops_get_custom_fields

  • testops_set_custom_fields

Related MCP server: Allure TestOps MCP

Configuration

Environment variables:

TESTOPS_BASE_URL=https://testops.example.com
TESTOPS_TOKEN=your-api-token
TESTOPS_REQUEST_TIMEOUT_MS=30000
TESTOPS_JIRA_INTEGRATION_ID=1
TESTOPS_ARTIFACTS_DIR=./artifacts

TESTOPS_ARTIFACTS_DIR is optional. If it is set, every tool response is also written to a timestamped JSON artifact.

Run Locally

npm install
npm test
TESTOPS_BASE_URL=https://testops.example.com TESTOPS_TOKEN=... npm start

Cursor

Project-level .cursor/mcp.json:

{
  "mcpServers": {
    "testops": {
      "command": "node",
      "args": ["/absolute/path/to/allure-testops-mcp/src/mcp-server.js"],
      "env": {
        "TESTOPS_BASE_URL": "https://testops.example.com",
        "TESTOPS_TOKEN": "your-api-token"
      }
    }
  }
}

If the package is published to npm:

{
  "mcpServers": {
    "testops": {
      "command": "npx",
      "args": ["-y", "allure-testops-mcp"],
      "env": {
        "TESTOPS_BASE_URL": "https://testops.example.com",
        "TESTOPS_TOKEN": "your-api-token"
      }
    }
  }
}

Codex

[mcp_servers.testops]
command = "node"
args = ["/absolute/path/to/allure-testops-mcp/src/mcp-server.js"]

[mcp_servers.testops.env]
TESTOPS_BASE_URL = "https://testops.example.com"
TESTOPS_TOKEN = "your-api-token"

Claude

{
  "mcpServers": {
    "testops": {
      "command": "node",
      "args": ["/absolute/path/to/allure-testops-mcp/src/mcp-server.js"],
      "env": {
        "TESTOPS_BASE_URL": "https://testops.example.com",
        "TESTOPS_TOKEN": "your-api-token"
      }
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    An MCP server for Zephyr Scale test management supporting Jira Cloud and Data Center. It enables creating, reading, and managing test cases and test runs via the Atlassian REST API with official API-compliant schemas.
    16
    511 npm
    6
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    An MCP server for Allure TestOps that enables AI agents to manage test cases, defects, test plans, and other test management entities with clear, easy-to-use tools and helpful error guidance.
    69
    327 PyPI
    7
    Apache 2.0