mcpbeat Sign in

Qtm4j MCP Server

by salehrifai42 Your server? Claim it
local only

Qtm4j MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 11 Jun 2026.

MCP server for QMetry Test Management for Jira (QTM4J): test cases, cycles, executions, plans.

Installs per day peak 23 · avg 10 · -52% w/w
a month agotoday
45
Installs / week
npm · qtm4j-mcp-server
0
Stars
0 open issues
11 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Qtm4j MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qtm4j-mcp-server -- npx -y qtm4j-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qtm4j-mcp-server": {
      "args": [
        "-y",
        "qtm4j-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qtm4j-mcp-server]
command = "npx"
args = ["-y", "qtm4j-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "qtm4j-mcp-server": {
      "args": [
        "-y",
        "qtm4j-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qtm4j-mcp-server": {
      "args": [
        "-y",
        "qtm4j-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QTM4J_API_KEY (QMetry API key. Generate from QMetry → API Keys.), QTM4J_REGION (QMetry region: 'US' (default) or 'AU'.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qtm4j MCP Server

same job, measured the same way
QTM4J
by denis-platonov

MCP server for QMetry Test Management for Jira (QTM4J) Open API.

26 installs/wk local only
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
Zephyr Scale MCP
by vilaabo

Zephyr Scale on self-hosted Jira Server/DC: test cases, cycles, executions, plans and attachments

55 installs/wk local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
M00N Report
by m00nreport

Test management over MCP: author cases, run manual executions, cut releases, read health

49 installs/wk local only
Qase Test Management
by qase

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

3 791 installs/wk answering
Testkube MCP
by kubeshop

MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants

local only
Testiny Test Management
by testiny

An MCP server that provides access to Testiny projects, test cases and test runs

answering

Qtm4j MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Qtm4j MCP Server?
Qtm4j MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package qtm4j-mcp-server was installed 45 times last week.
How do I connect Qtm4j MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls qtm4j-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Qtm4j MCP Server?
The npm package qtm4j-mcp-server was installed 45 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qtm4j MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.