Loading MCP server directory, please wait...
Model Context Protocol (MCP) server for TestRail platform, enabling LLMs to manage test artifacts.
npx @getmcp/cli add io.github.uarlouski/testrail-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
TESTRAIL_INSTANCE_URLBase URL of your TestRail instance (e.g. https://example.testrail.io)
TESTRAIL_USERNAMEEmail address used to authenticate with TestRail
TESTRAIL_API_KEYAPI key for authenticating with the TestRail API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.uarlouski/testrail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@uarlouski/testrail-mcp-server"
],
"env": {
"TESTRAIL_INSTANCE_URL": "",
"TESTRAIL_USERNAME": "",
"TESTRAIL_API_KEY": ""
}
}
}
}