Server data from the Official MCP Registry
MCP Server for software testing, test case management, test execution, and defect tracking.
MCP Server for software testing, test case management, test execution, and defect tracking.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
11 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: QATOUCH_DOMAIN
Environment variable: QATOUCH_API_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-qatouch-qatouch": {
"env": {
"QATOUCH_DOMAIN": "your-qatouch-domain-here",
"QATOUCH_API_TOKEN": "your-qatouch-api-token-here"
},
"args": [
"-y",
"qatouch-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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 project |
list_modules | Get all modules from a project |
list_projects | Retrieve all QA Touch projects |
list_releases | Get all releases from a project |
list_requirement_documents | List requirement documents for a QA Touch project |
list_requirements | Get all requirements from a project |
list_test_cases | Get all test cases from a project |
list_test_run_available_users | List users available for testing in a QA Touch project |
list_test_run_result_history | List history for a QA Touch test run result |
list_test_run_results | List all results for a QA Touch test run |
list_test_run_statuses | List all statuses available for QA Touch test runs |
list_test_runs | Get all test runs from a project |
list_workspace | List all QA Touch workspaces available for the domain |
search_defects | Fetch defects for a project and search issue summary |
search_modules | Fetch modules for a project and search module name |
search_project | Search test cases, modules, requirements, defects, and releases in a project |
search_releases | Fetch releases for a project and search milestone name |
search_requirements | Fetch requirements for a project and search title and description |
search_test_cases | Fetch all test cases for a project and search test case title and description |
update_test_run_result_status | Update the status of a single QA Touch test run result |
update_test_run_results_by_code | Batch update QA Touch test run result statuses by test case code |
Install dependencies:
npm install
Run the MCP server locally:
npm start
Environment variables are required when running locally:
QATOUCH_DOMAIN=yourdomain QATOUCH_API_TOKEN=yourtoken npm start
This repository currently defines only the start script in package.json.
src/
api/ QA Touch API client
config/ Environment variable validation
tools/ MCP tool definitions and handlers
index.js MCP server entry point and tool registration
examples/ Prompt and client setup examples
Contributions are welcome. See CONTRIBUTING.md for development workflow, coding standards, and pull request guidance.
This project is licensed under the MIT License.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.