testrail

stdio

Used by 1 plugin

Installs qa-testing, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub latestaiagents/agent-skills --plugin qa-testing
Description

TestRail for test case management and reporting

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "testrail": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mcp-testrail"
      ],
      "env": {
        "TESTRAIL_URL": "${TESTRAIL_URL}",
        "TESTRAIL_API_KEY": "${TESTRAIL_API_KEY}",
        "TESTRAIL_USERNAME": "${TESTRAIL_USERNAME}"
      }
    }
  }
}

Replace placeholder values for: TESTRAIL_API_KEY

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

Command
npx
Access Level
write
Arguments
-y@anthropic/mcp-testrail
Environment Variables
TESTRAIL_URL=${TESTRAIL_URL}
TESTRAIL_API_KEY=${TESTRAIL_API_KEY}
TESTRAIL_USERNAME=${TESTRAIL_USERNAME}
Required Secrets
TESTRAIL_API_KEY