Loading MCP server directory, please wait...
MCP Server for software testing, test case management, test execution, and defect tracking.
npx @getmcp/cli add io.github.qatouch/qatouchRequires Node.js 18+. Community-contributed server. Review source before installing.
QATOUCH_DOMAINYour QA Touch subdomain (for example: abc if your URL is https://abc.qatouch.com)
QATOUCH_API_TOKENQA Touch Personal API Token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.qatouch/qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "",
"QATOUCH_API_TOKEN": ""
}
}
}
}