qatouch for Grok
io.github.qatouch/qatouch
MCP Server for software testing, test case management, test execution, and defect tracking.
client:Grok
transport:stdio
runtime:npm
Install qatouch in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"qatouch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<QATOUCH_API_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs