Allure TestOps MCP
Provides tools for retrieving and updating Jira issues through the Allure TestOps integration, enabling management of issues linked to test cases.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Allure TestOps MCPFind all test cases for the login feature"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Allure TestOps MCP
Standalone stdio MCP server for Allure TestOps test case operations.
Tools
testops_search_test_casestestops_get_test_casetestops_create_test_casetestops_delete_test_casetestops_get_scenariotestops_update_scenariotestops_get_issuestestops_set_issuestestops_get_custom_fieldstestops_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=./artifactsTESTOPS_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 startCursor
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"
}
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides access to Testiny projects, test cases and test runs
MCP server for Appcircle mobile CI/CD platform.
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Related MCP Servers
- AlicenseBqualityBmaintenanceAn 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.16511 npm6MIT
- AlicenseCqualityCmaintenanceProduction-ready MCP server for Allure TestOps, enabling test case, launch, test result, and test plan management via natural language.10059 npm2MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for Zephyr Scale test management tool, enabling test case, test plan, test cycle, and test execution management.25 npm2MIT
- AlicenseBqualityAmaintenanceAn 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.69327 PyPI7Apache 2.0