MCP Server for software testing, test case management, test execution, and defect tracking.
MCPpedia last refreshed this data
io.github.qatouch/qatouch is an MCP server that MCP Server for software testing, test case management, test execution, and defect tracking. Its tool list has not been published yet over stdio and sse, requires no API key, and scores 59/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"qatouch": {
"env": {
"QATOUCH_DOMAIN": "yourdomain",
"QATOUCH_API_TOKEN": "yourtoken"
},
"args": [
"-y",
"qatouch-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Official Model Context Protocol (MCP) server for QA Touch.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'qatouch-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked qatouch-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
MCP Server for GCP environment for interacting with various Observability APIs.
Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
MCP Security Weekly
Get CVE alerts and security updates for io.github.qatouch/qatouch and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Official Model Context Protocol (MCP) server for QA Touch.
QA Touch is a modern test management platform for organizing projects, test cases, test runs, execution results, defects, requirements, releases, and QA reporting. This MCP server lets MCP-compatible AI assistants interact with QA Touch through a secure, tool-based interface.
QA Touch - Claude Skills Repository - https://github.com/qatouch/qatouch-claude-skills
Run directly with npx:
npx -y qatouch-mcp-server
Or install globally:
npm install -g qatouch-mcp-server
qatouch-mcp-server
The server requires these environment variables:
QATOUCH_DOMAIN=yourdomain
QATOUCH_API_TOKEN=yourtoken
Add this server to your Claude Desktop MCP configuration.
Windows config location:
%APPDATA%\Claude\claude_desktop_config.json
macOS config location:
~/Library/Application Support/Claude/claude_desktop_config.json
Linux config location:
~/.config/Claude/claude_desktop_config.json
Configuration:
{
"mcpServers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "yourdomain",
"QATOUCH_API_TOKEN": "yourtoken"
}
}
}
}
Restart Claude Desktop after saving the file.
| Tool | Description |
|---|---|
count_all_projects | Get the total number of QA Touch projects available for the domain |
count_defects | Get the total number of defects available for a QA Touch project |
count_modules | Get the total number of modules available for a QA Touch project |
count_releases | Get the total number of releases available for a QA Touch project |
count_requirements | Get the total number of requirements available for a QA Touch project |
count_test_cases | Get the total number of test cases available for a QA Touch project |
count_test_runs | Get the total number of test runs available for a QA Touch project |
create_bulk_test_cases | Create multiple QA Touch test cases from a scenario |
create_defect | Create a QA Touch defect with priority and issue summary |
create_exploratory_test_case | Create a QA Touch exploratory-session test case without structured steps |
create_module | Create a module in a QA Touch project |
create_project | Create a new QA Touch project |
create_release | Create a new release or milestone in a QA Touch project |
create_requirement | Create a requirement in a QA Touch project requirement document |
create_requirement_document | Create a requirement document in a QA Touch project |
create_test_run_with_modules | Create a new test run by selecting one or more module keys |
create_test_case | Create a QA Touch test case with structured steps |
create_text_test_case | Create a QA Touch test case using the text template endpoint |
import_test_cases | Import test cases into a QA Touch project using a CSV file |
list_defect_environments | List all environments available for QA Touch defects |
| `list_defect_issue |