Skip to content
Claude Desktop

Lucius MCP for Claude Desktop

io.github.ivanostanin/lucius-mcp

MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.

client:Claude Desktop transport:stdio runtime:pypi

Install Lucius MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "lucius-mcp": {
      "command": "uvx",
      "args": [
        "lucius-mcp"
      ],
      "env": {
        "ALLURE_ENDPOINT": "<ALLURE_ENDPOINT>",
        "ALLURE_PROJECT_ID": "<ALLURE_PROJECT_ID>",
        "ALLURE_API_TOKEN": "<ALLURE_API_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Lucius MCP in other clients