mcpbeat Sign in

Zephyr Scale MCP Server

local only

Zephyr Scale MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 31 Jul 2026.

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

Installs per day peak 270 · avg 35 · -43% w/w
a month agotoday
55
Installs / week
npm · zephyr-scale-mcp
0
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: JIRA_BASE_URL (Jira base URL without a trailing slash, e.g. https://jira.example.com), JIRA_PAT (Jira Data Center Personal Access Token (used when JIRA_AUTH=pat, the default)), JIRA_AUTH (Authentication mode: pat (default) or basic), JIRA_USERNAME (Username for JIRA_AUTH=basic), JIRA_PASSWORD (Password for JIRA_AUTH=basic), ZEPHYR_DEFAULT_PROJECT_KEY (Project key used when a tool is called without projectKey), ZEPHYR_ALLOW_INTERNAL_API (true registers 11 UNOFFICIAL tools backed by the internal /rest/tests/1.0 API the vendor does not support: editing a test cycle in place (rename/move, add/remove/reorder its cases), editing or DELETING individual executions, linking a cycle to a test plan, the folder tree, folder deletion, exact status names and custom field definitions), ZEPHYR_READONLY (true disables all write tools), JIRA_TLS_REJECT_UNAUTHORIZED (false allows self-signed certificates (disables TLS verification)), JIRA_TIMEOUT_MS (Timeout of a single HTTP request in milliseconds (default 30000)), JIRA_MAX_RETRIES (Retries for GET requests and for 429/503 responses, honoring Retry-After (default 2)), ZEPHYR_LOG_LEVEL (Log verbosity: debug | info | warn | error (default info; all logs go to stderr)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Zephyr Scale MCP

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
Qatouch
by qatouch

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

113 installs/wk local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

63 installs/wk local only
Cucumberstudio
by herosizy

MCP server for Cucumber Studio - test scenarios, action words, and execution data

59 installs/wk local only
Testkube MCP
by kubeshop

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

local only
M00N Report
by m00nreport

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

49 installs/wk local only
Testiny Test Management
by testiny

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

answering
Godot MCP Runtime
by erodenn

Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.

1 340 installs/wk local only

Zephyr Scale MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Zephyr Scale MCP?
Zephyr Scale MCP 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 zephyr-scale-mcp was installed 55 times last week.
How do I connect Zephyr Scale MCP?
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 zephyr-scale-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Zephyr Scale MCP?
The npm package zephyr-scale-mcp was installed 55 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Zephyr Scale MCP 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.