allure-testops-mcp
Rank #4,222io.github.mshegolev/allure-testops-mcp
Allure TestOps MCP — projects, launches, test cases, test results via REST API.
allure-testops-mcp is a Model Context Protocol (MCP) server published by mshegolev. It ranks #4,222 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. allure-testops-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Apr 17, 2026 and most recently updated on Aug 6, 2026.
Ranks ahead of 111,238 of 115,460 servers on MCP Toplist.
Use allure-testops-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add allure-testops-mcp -e "ALLURE_URL=<your ALLURE_URL>" -e "ALLURE_TOKEN=<your ALLURE_TOKEN>" -e "ALLURE_SSL_VERIFY=<your ALLURE_SSL_VERIFY>" -- uvx allure-testops-mcpReplace each placeholder with your own value before saving.
[mcp_servers.allure-testops-mcp]
command = "uvx"
args = ["allure-testops-mcp"]
[mcp_servers.allure-testops-mcp.env]
ALLURE_URL = "<your ALLURE_URL>"
ALLURE_TOKEN = "<your ALLURE_TOKEN>"
ALLURE_SSL_VERIFY = "<your ALLURE_SSL_VERIFY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mshegolev%2Fallure-testops-mcp)<a href="https://mcptoplist.com/server/io.github.mshegolev%2Fallure-testops-mcp"><img src="https://mcptoplist.com/badge/io.github.mshegolev%2Fallure-testops-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mshegolev
Other servers by mshegolev
- jaeger-mcp#13,391 · 1 ver
- mshegolev/prometheus-mcp#16,923 · 1 ver
- gitlab-ci-mcp#22,603 · 1 ver
- mcp-jira-confluence-corp#23,140 · 2 vers
- mshegolev/kibana-mcp#23,164 · 1 ver
- harbor-registry-mcp#26,418 · 1 ver
- sonarqube-mcp#29,002 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 0.9.2 | Aug 6, 2026 |
| 0.5.0 | Jun 5, 2026 |
| 0.1.2 | Apr 18, 2026 |
| 0.1.0 | Apr 17, 2026 |
Frequently asked questions
- Who maintains allure-testops-mcp?
- allure-testops-mcp is maintained by mshegolev, which publishes 8 MCP servers (12 total versions) tracked on MCP Toplist.
- Is allure-testops-mcp listed on the Official MCP Registry?
- Yes — allure-testops-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does allure-testops-mcp have?
- MCP Toplist tracks 4 versions of allure-testops-mcp, most recently published on Aug 6, 2026.
- Where can I find the source code for allure-testops-mcp?
- The source code for allure-testops-mcp is hosted at github.com/mshegolev/allure-testops-mcp.