Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Qatouch
Q
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Qatouch

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

QA Touch MCP Server

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "qatouch": {
      "command": "npx",
      "args": [
        "-y",
        "qatouch"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

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.

QA Touch - Claude Skills Repository - https://github.com/qatouch/qatouch-claude-skills

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

Requirements

  • Node.js 18+
  • npm
  • QA Touch API token
  • QA Touch domain

Installation

Run directly with npx:

Terminal
npx -y qatouch-mcp-server

Or install globally:

Terminal
npm install -g qatouch-mcp-server
qatouch-mcp-server

The server requires these environment variables:

bash
QATOUCH_DOMAIN=yourdomain
QATOUCH_API_TOKEN=yourtoken

Claude Desktop Setup

Add this server to your Claude Desktop MCP configuration.

Windows config location:

text
%APPDATA%\Claude\claude_desktop_config.json

macOS config location:

text
~/Library/Application Support/Claude/claude_desktop_config.json

Linux config location:

text
~/.config/Claude/claude_desktop_config.json

Configuration:

config.json
{
  "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

ToolDescription
count_all_projectsGet the total number of QA Touch projects available for the domain
count_defectsGet the total number of defects available for a QA Touch project
count_modulesGet the total number of modules available for a QA Touch project
count_releasesGet the total number of releases available for a QA Touch project
count_requirementsGet the total number of requirements available for a QA Touch project
count_test_casesGet the total number of test cases available for a QA Touch project
count_test_runsGet the total number of test runs available for a QA Touch project
create_bulk_test_casesCreate multiple QA Touch test cases from a scenario
create_defectCreate a QA Touch defect with priority and issue summary
create_exploratory_test_caseCreate a QA Touch exploratory-session test case without structured steps
create_moduleCreate a module in a QA Touch project
create_projectCreate a new QA Touch project
create_releaseCreate a new release or milestone in a QA Touch project
create_requirementCreate a requirement in a QA Touch project requirement document
create_requirement_documentCreate a requirement document in a QA Touch project
create_test_run_with_modulesCreate a new test run by selecting one or more module keys
create_test_caseCreate a QA Touch test case with structured steps
create_text_test_caseCreate a QA Touch test case using the text template endpoint
import_test_casesImport test cases into a QA Touch project using a CSV file
list_defect_environmentsList all environments available for QA Touch defects
list_defect_issue_typesList all issue types available for QA Touch defects
list_defect_severitiesList all severities available for QA Touch defects
list_defect_statusesList all statuses available for QA Touch defects
list_defectsGet all defects from a project
list_modulesGet all modules from a project
list_projectsRetrieve all QA Touch projects
list_releasesGet all releases from a project
list_requirement_documentsList requirement documents for a QA Touch project
list_requirementsGet all requirements from a project
list_test_casesGet all test cases from a project
list_test_run_available_usersList users available for testing in a QA Touch project
list_test_run_result_historyList history for a QA Touch test run result
list_test_run_resultsList all results for a QA Touch test run
list_test_run_statusesList all statuses available for QA Touch test runs
list_test_runsGet all test runs from a project
list_workspaceList all QA Touch workspaces available for the domain
search_defectsFetch defects for a project and search issue summary
search_modulesFetch modules for a project and search module name
search_projectSearch test cases, modules, requirements, defects, and releases in a project
search_releasesFetch releases for a project and search milestone name
search_requirementsFetch requirements for a project and search title and description
search_test_casesFetch all test cases for a project and search test case title and description
update_test_run_result_statusUpdate the status of a single QA Touch test run result
update_test_run_results_by_codeBatch 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
  • Import test cases from /path/to/testcases.csv into project ABC
  • 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
  • Create a test run named "Regression Run" in project "v7Nz" using modules "2BQXR" and "VeRDL", assign it to user "M7" under milestone "0DLB"
  • 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:

Terminal
npm install

Run the MCP server locally:

Terminal
npm start

Environment variables are required when running locally:

bash
QATOUCH_DOMAIN=yourdomain QATOUCH_API_TOKEN=yourtoken npm start

This repository currently defines only the start script in package.json.

Project Structure

text
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

Contributing

Contributions are welcome. See CONTRIBUTING.md for development workflow, coding standards, and pull request guidance.

License

This project is licensed under the MIT License.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • 日本の給与・社会保険・労働法 logo日本の給与・社会保険・労働法

    日本の給与計算と労務判断。47都道府県の社会保険料率、源泉所得税、割増賃金、有給、標準報酬月額の改定、最低賃金。根拠の条文を必ず添える。

    💻 Developer Tools0 views
    Compare vs 日本の給与・社会保険・労働法 →
  • Blbl147 Xhs MCP logoBlbl147 Xhs MCP

    搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。

    💻 Developer Tools0 views
    Compare vs Blbl147 Xhs MCP →
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →
  • Wix MCP logoWix MCP

    A Model Context Protocol server for Wix AI tools

    💻 Developer Tools0 views
    Compare vs Wix MCP →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Qatouch

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "qatouch": { "command": "npx", "args": ["-y", "qatouch"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewQatouch AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/qatouch?style=directory)](https://allmcps.com/mcp/qatouch)
HTML Embed
<a href="https://allmcps.com/mcp/qatouch"><img src="https://allmcps.com/api/badge/qatouch?style=directory" alt="Qatouch on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
21Quality signal: Emerging · 21/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools7/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Qatouch →Install in Claude DesktopInstall in CursorInstall in VS Code