Help us improve
Share bugs, ideas, or general feedback.
From pw
Connects to TestRail API for test case management, runs, results, and reporting. Likely Playwright integration. Runs locally; requires TestRail URL, user, and API key.
npx claudepluginhub alirezarezvani/claude-skills --plugin pwCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pw-testrail": {
"command": "npx",
"args": [
"tsx",
"${CLAUDE_PLUGIN_ROOT}/integrations/testrail-mcp/src/index.ts"
],
"env": {
"TESTRAIL_URL": "${TESTRAIL_URL}",
"TESTRAIL_USER": "${TESTRAIL_USER}",
"TESTRAIL_API_KEY": "${TESTRAIL_API_KEY}"
}
}
}
}Replace placeholder values for: TESTRAIL_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
TESTRAIL_URL=${TESTRAIL_URL}TESTRAIL_USER=${TESTRAIL_USER}TESTRAIL_API_KEY=${TESTRAIL_API_KEY}Sensitive values you must provide — never committed to source control