Testrail
Freeby MCP Community
Model Context Protocol server for TestRail test management
v0.1.2Added Apr 12, 2026
Testrail MCP Server
Model Context Protocol server for TestRail test management
Installation
Reviews
Installation
Quick install
npx -y @fazorboy/testrail-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"testrail": {
"command": "npx",
"args": ["-y", "@fazorboy/testrail-mcp-server"]
}
}
}