Skip to content
Grok

allure testops mcp for Grok

io.github.mshegolev/allure-testops-mcp

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

client:Grok transport:stdio runtime:pypi

Install allure testops mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

allure testops mcp in other clients