QA Touch MCP Server
Rank #15,075io.github.qatouch/qatouch
MCP Server for software testing, test case management, test execution, and defect tracking.
QA Touch MCP Server is a Model Context Protocol (MCP) server published by qatouch. It ranks #15,075 of 132,113 servers tracked on MCP Toplist. QA Touch MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 117,038 of 132,113 servers on MCP Toplist.
Use QA Touch MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add qatouch -e "QATOUCH_DOMAIN=<your QATOUCH_DOMAIN>" -e "QATOUCH_API_TOKEN=<your QATOUCH_API_TOKEN>" -- npx -y qatouch-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.qatouch]
command = "npx"
args = ["-y", "qatouch-mcp-server"]
[mcp_servers.qatouch.env]
QATOUCH_DOMAIN = "<your QATOUCH_DOMAIN>"
QATOUCH_API_TOKEN = "<your QATOUCH_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<your QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<your QATOUCH_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<your QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<your QATOUCH_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"qatouch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<your QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<your QATOUCH_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<your QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<your QATOUCH_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "<your QATOUCH_DOMAIN>",
"QATOUCH_API_TOKEN": "<your QATOUCH_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.qatouch%2Fqatouch)<a href="https://mcptoplist.com/server/io.github.qatouch%2Fqatouch"><img src="https://mcptoplist.com/badge/io.github.qatouch%2Fqatouch.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
qatouch
Available versions (7)
| Version | Published |
|---|---|
| 1.1.8 | Sep 3, 2026 |
| 1.1.7 | Sep 3, 2026 |
| 1.1.6 | Aug 10, 2026 |
| 1.1.5 | Aug 7, 2026 |
| 1.1.4 | Jul 28, 2026 |
| 1.1.0 | Jul 3, 2026 |
| 1.0.8 | Jul 3, 2026 |
Frequently asked questions
- Who maintains QA Touch MCP Server?
- QA Touch MCP Server is maintained by qatouch, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is QA Touch MCP Server listed on the Official MCP Registry?
- Yes — QA Touch MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does QA Touch MCP Server have?
- MCP Toplist tracks 7 versions of QA Touch MCP Server, most recently published on Sep 3, 2026.
- Where can I find the source code for QA Touch MCP Server?
- The source code for QA Touch MCP Server is hosted at github.com/qatouch/qatouch-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.