mcpbeat Sign in

QTM4J MCP Server

by denis-platonov Your server? Claim it
local only

QTM4J runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 21 Apr 2026.

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

Installs per day peak 10 · avg 5 · +25% w/w
a month agotoday
26
Installs / week
npm · @denis-platonov/qtm4j-mcp-server
0
Stars
0 open issues
21 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check QTM4J 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 -- npx -y @denis-platonov/qtm4j-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qtm4j": {
      "args": [
        "-y",
        "@denis-platonov/qtm4j-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qtm4j]
command = "npx"
args = ["-y", "@denis-platonov/qtm4j-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "qtm4j": {
      "args": [
        "-y",
        "@denis-platonov/qtm4j-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qtm4j": {
      "args": [
        "-y",
        "@denis-platonov/qtm4j-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: QTM4J_API_KEY (QTM4J Open API key.), QTM4J_BASE_URL (Base URL for the QTM4J Open API.), QTM4J_PROJECT_ID (Default QTM4J project ID used when tool calls omit projectId.), NODE_TLS_REJECT_UNAUTHORIZED (Set to 0 only when you must allow self-signed TLS certificates.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to QTM4J

same job, measured the same way
Qtm4j MCP Server
by salehrifai42

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

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

A test MCP server for task management

2 tools answering
Qase Test Management
by qase

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

3 791 installs/wk answering
Testdino MCP
by testdino-inc

A MCP server for TestDino

856 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
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

61 installs/wk local only
Apidog Tests MCP
by acabala

MCP server for managing Apidog test cases, scenarios, suites, and test data

41 installs/wk local only
I
CTnP MCP Server
by jitsmaster

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

local only

QTM4J — questions

Answers built from our own checks of this server.

Why is there no uptime for QTM4J?
QTM4J 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 @denis-platonov/qtm4j-mcp-server was installed 26 times last week.
How do I connect QTM4J?
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 @denis-platonov/qtm4j-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use QTM4J?
The npm package @denis-platonov/qtm4j-mcp-server was installed 26 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QTM4J open source?
Yes — it is published under the MIT licence, written in TypeScript 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.