Testrail MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 438 installs a week from npm. Last commit 16 Sep 2026.
Model Context Protocol (MCP) server for TestRail platform, enabling LLMs to manage test artifacts.
We read the source, 18 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.
await fs.promises.writeFile(path.join(targetDir, docFilename), markdownContent, "utf-8");
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 testrail-mcp-server -- npx -y @uarlouski/testrail-mcp-server
{
"mcpServers": {
"testrail-mcp-server": {
"args": [
"-y",
"@uarlouski/testrail-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.testrail-mcp-server]
command = "npx"
args = ["-y", "@uarlouski/testrail-mcp-server"]
{
"mcpServers": {
"testrail-mcp-server": {
"args": [
"-y",
"@uarlouski/testrail-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"testrail-mcp-server": {
"args": [
"-y",
"@uarlouski/testrail-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TESTRAIL_INSTANCE_URL (Base URL of your TestRail instance (e.g. https://example.testrail.io)), TESTRAIL_USERNAME (Email address used to authenticate with TestRail), TESTRAIL_API_KEY (API key for authenticating with the TestRail API), TESTRAIL_ENABLE_SHARED_STEPS (Enable shared steps management), TESTRAIL_ENABLE_CASE_HISTORY (Enable test case history management), TESTRAIL_ENABLE_RAG_TOOLS (Enable Knowledge Base and RAG export tools), TESTRAIL_ALLOW_WRITE_OPERATIONS (Allow write operations on TestRail (defaults to true)), TESTRAIL_ALLOW_READ_OPERATIONS (Allow read operations on TestRail (defaults to true)), TESTRAIL_ALLOW_DELETE_OPERATIONS (Allow delete operations on TestRail (defaults to false)), TESTRAIL_ENABLE_DEPRECATED_TOOLS (Enable deprecated tools for backward compatibility (defaults to true)), TESTRAIL_DISABLED_TOOLS (Comma-separated list of tool names to disable).
The author declared them in the registry entry; get the values from the project itself.
A chaos-engineering and resilience-testing toolkit for Model Context Protocol servers.
MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants
A test MCP server for task management
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
MCP server enabling AI assistants to build, test, and debug Zotero plugins
MCP server for Nginx Proxy Manager with full API coverage (43 tools)
MCP server for managing Apidog test cases, scenarios, suites, and test data
New MCP servers on GitHub: discovery index. $0.01/query. Register in-session — free testnet funds.
Answers built from our own checks of this server.