QA Touch MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QA Touch MCP Serverlist my projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QA Touch MCP Server
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.
Features
List and count QA Touch projects
Create projects
List and search test cases
Create structured, bulk, exploratory, and text-template test cases
List, count, search, and create modules
List, count, search, and create releases/milestones
List, count, search, and create requirements and requirement documents
List, count, search, and create defects
List defect statuses, severities, issue types, and environments
List test runs, test run results, result history, and available statuses
Update single or batch test run result statuses
List users available for test execution
Search across project test cases, modules, requirements, defects, and releases
List QA Touch workspaces
Related MCP server: kintone MCP Server
Requirements
Node.js 18+
npm
QA Touch API token
QA Touch domain
Installation
Run directly with npx:
npx -y qatouch-mcp-serverOr install globally:
npm install -g qatouch-mcp-server
qatouch-mcp-serverThe server requires these environment variables:
QATOUCH_DOMAIN=yourdomain
QATOUCH_API_TOKEN=yourtokenClaude Desktop Setup
Add this server to your Claude Desktop MCP configuration.
Windows config location:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS config location:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux config location:
~/.config/Claude/claude_desktop_config.jsonConfiguration:
{
"mcpServers": {
"qatouch": {
"command": "npx",
"args": [
"-y",
"qatouch-mcp-server"
],
"env": {
"QATOUCH_DOMAIN": "yourdomain",
"QATOUCH_API_TOKEN": "yourtoken"
}
}
}
}Restart Claude Desktop after saving the file.
Available Tools
Tool | Description |
| Get the total number of QA Touch projects available for the domain |
| Get the total number of defects available for a QA Touch project |
| Get the total number of modules available for a QA Touch project |
| Get the total number of releases available for a QA Touch project |
| Get the total number of requirements available for a QA Touch project |
| Get the total number of test cases available for a QA Touch project |
| Get the total number of test runs available for a QA Touch project |
| Create multiple QA Touch test cases from a scenario |
| Create a QA Touch defect with priority and issue summary |
| Create a QA Touch exploratory-session test case without structured steps |
| Create a module in a QA Touch project |
| Create a new QA Touch project |
| Create a new release or milestone in a QA Touch project |
| Create a requirement in a QA Touch project requirement document |
| Create a requirement document in a QA Touch project |
| Create a QA Touch test case with structured steps |
| Create a QA Touch test case using the text template endpoint |
| List all environments available for QA Touch defects |
| List all issue types available for QA Touch defects |
| List all severities available for QA Touch defects |
| List all statuses available for QA Touch defects |
| Get all defects from a project |
| Get all modules from a project |
| Retrieve all QA Touch projects |
| Get all releases from a project |
| List requirement documents for a QA Touch project |
| Get all requirements from a project |
| Get all test cases from a project |
| List users available for testing in a QA Touch project |
| List history for a QA Touch test run result |
| List all results for a QA Touch test run |
| List all statuses available for QA Touch test runs |
| Get all test runs from a project |
| List all QA Touch workspaces available for the domain |
| Fetch defects for a project and search issue summary |
| Fetch modules for a project and search module name |
| Search test cases, modules, requirements, defects, and releases in a project |
| Fetch releases for a project and search milestone name |
| Fetch requirements for a project and search title and description |
| Fetch all test cases for a project and search test case title and description |
| Update the status of a single QA Touch test run result |
| Batch update QA Touch test run result statuses by test case code |
Example Prompts
List all QA Touch projects
Count all QA Touch projects
Create a project named Mobile App Regression
Show test cases from project ABC
Search test cases containing "login" in project ABC
Create a login test case in project ABC under section AUTH
Create 8 regression test cases for checkout in project ABC under section CHECKOUT
List modules from project ABC
Create a module named Payment Gateway in project ABC
List releases from project ABC
Create release "June Regression" in project ABC
List requirements from project ABC
Search requirements containing "password reset" in project ABC
List requirement documents in project ABC
Create a requirement document named Login Requirements for release REL1 in project ABC
Create a requirement for valid login in document DOC1
List defects from project ABC
Show high priority defects in project ABC
Search defects containing "timeout" in project ABC
Create a high priority defect in project ABC for checkout payment timeout
List test runs from project ABC
Show test run results for test run RUN1 in project ABC
Show result history for result RES1 in test run RUN1
List available test run statuses
Mark result RES1 as failed in test run RUN1 for project ABC
Batch update TC-101 as passed and TC-102 as blocked in test run RUN1
List testers available for project ABC
Search project ABC for "login"
Generate a QA status report for project ABC
Identify unexecuted test cases in test run RUN1
For more📖 Prompt Examples: how_to_use.txt
Development
Install dependencies:
npm installRun the MCP server locally:
npm startEnvironment variables are required when running locally:
QATOUCH_DOMAIN=yourdomain QATOUCH_API_TOKEN=yourtoken npm startThis repository currently defines only the start script in package.json.
Project Structure
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 examplesContributing
Contributions are welcome. See CONTRIBUTING.md for development workflow, coding standards, and pull request guidance.
License
This project is licensed under the MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qatouch/qatouch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server