Lucius MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 501 installs a week from pypi. Last commit 17 Sep 2026.
MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
if Path("/.dockerenv").exists() or os.getenv("KUBERNETES_SERVICE_HOST"):
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add lucius-mcp -- uvx lucius-mcp
{
"mcpServers": {
"lucius-mcp": {
"args": [
"lucius-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.lucius-mcp]
command = "uvx"
args = ["lucius-mcp"]
{
"mcpServers": {
"lucius-mcp": {
"args": [
"lucius-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"lucius-mcp": {
"args": [
"lucius-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
ALLURE_ENDPOINT (Allure TestOps base URL, for example https://example.testops.cloud.), ALLURE_PROJECT_ID (Default Allure TestOps project ID.), ALLURE_API_TOKEN (Allure TestOps API token.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for managing Apidog test cases, scenarios, suites, and test data
Allure TestOps MCP — projects, launches, test cases, test results via REST API.
MCP Server for software testing, test case management, test execution, and defect tracking.
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
AI-assisted MCP server for JSTQB-based test planning, design, review, and analysis.
MCP server for regex testing, matching, replacing, and validation
MCP server for QMetry Test Management for Jira (QTM4J): test cases, cycles, executions, plans.
Answers built from our own checks of this server.