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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceAn 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.Last updated161635MIT
- AlicenseBqualityBmaintenanceProduction-ready MCP server for Allure TestOps, enabling test case, launch, test result, and test plan management via natural language.Last updated1001052MIT
- Alicense-qualityFmaintenanceMCP server for Zephyr Scale test management tool, enabling test case, test plan, test cycle, and test execution management.Last updated562MIT
- 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.Last updated668Apache 2.0
Related MCP Connectors
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hram/allure-testops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server