MCP Server for software testing, test case management, test execution, and defect tracking.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-qatouch-qatouch": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Server for software testing, test case management, test execution, and defect tracking.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe 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.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
An MCP server that provides [describe what your server does]
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.
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_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 |
list_defect_environments | List all environments available for QA Touch defects |
list_defect_issue_types | List all issue types available for QA Touch defects |
list_defect_severities | List all severities available for QA Touch defects |
list_defect_statuses | List all statuses available for QA Touch defects |
list_defects | Get all defects from a pro |