Loading MCP server directory, please wait...
Allure TestOps MCP — projects, launches, test cases, test results via REST API.
npx @getmcp/cli add io.github.mshegolev/allure-testops-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
ALLURE_URLAllure TestOps URL (e.g. https://allure.example.com)
ALLURE_TOKENAPI token from Allure TestOps (Profile -> API tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mshegolev/allure-testops-mcp": {
"command": "uvx",
"args": [
"allure-testops-mcp"
],
"env": {
"ALLURE_URL": "",
"ALLURE_TOKEN": "",
"ALLURE_SSL_VERIFY": "true"
}
}
}
}