allure-testops-mcp
About
Allure TestOps MCP — projects, launches, test cases, test results via REST API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ALLURE_URL ALLURE_TOKEN ALLURE_SSL_VERIFYClaude Code
claude mcp add --env ALLURE_URL= --env ALLURE_TOKEN= --env ALLURE_SSL_VERIFY= allure-testops-mcp -- uvx allure-testops-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"allure-testops-mcp","command":"uvx","args":["allure-testops-mcp"],"env":{"ALLURE_URL":"","ALLURE_TOKEN":"","ALLURE_SSL_VERIFY":""}}'
JSON
{
"mcpServers": {
"allure-testops-mcp": {
"command": "uvx",
"args": [
"allure-testops-mcp"
],
"env": {
"ALLURE_URL": "",
"ALLURE_TOKEN": "",
"ALLURE_SSL_VERIFY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.