Skip to content
Cursor

allure testops mcp for Cursor

io.github.mshegolev/allure-testops-mcp

Allure TestOps MCP — projects, launches, test cases, test results via REST API.

client:Cursor transport:stdio runtime:pypi

Install allure testops mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "allure-testops-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "allure-testops-mcp"
      ],
      "env": {
        "ALLURE_URL": "<ALLURE_URL>",
        "ALLURE_TOKEN": "<ALLURE_TOKEN>",
        "ALLURE_SSL_VERIFY": "<ALLURE_SSL_VERIFY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

allure testops mcp in other clients