Jira Zephyr MCP Server

MCP server for integrating with JIRA's Zephyr test management system

Local serverstdioTypeScript

What is the Jira Zephyr MCP MCP server?

MCP server for integrating with JIRA's Zephyr test management system. The jira zephyr mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.

What it actually does

A Model Context Protocol (MCP) server that provides comprehensive integration with JIRA's Zephyr test management system. This server enables seamless test management operations including creating test plans, managing test cycles, executing tests, and reading JIRA issues.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Its toolset

Everything the assistant can do here goes through one of these:

  • Development — The Development tool exposed by this server
  • Production — The Production tool exposed by this server
  • Prerequisites — The Prerequisites tool exposed by this server
  • Scripts — The Scripts tool exposed by this server

Configuration

You will need 4 environment variables: JIRA_BASE_URL, JIRA_USERNAME, JIRA_API_TOKEN, ZEPHYR_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 18.0.0 or higher - JIRA instance with Zephyr Scale or Zephyr Squad - Valid JIRA API credentials - Zephyr API access token

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the jira zephyr mcp mcp server does with a few real requests.

When to reach for it

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Jira Zephyr MCP's toolset — Development, Production, Prerequisites and 1 more — is a fair guide to whether it matches your workflow. It is maintained by leorosignoli; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Jira Zephyr MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
DevelopmentThe Development tool exposed by this server.
ProductionThe Production tool exposed by this server.
PrerequisitesThe Prerequisites tool exposed by this server.
ScriptsThe Scripts tool exposed by this server.

How to install the Jira Zephyr MCP MCP server

{
  "mcpServers": {
    "jira-zephyr": {
      "command": "node",
      "args": ["/path/to/jira-zephyr-mcp/dist/index.js"],
      "env": {
        "JIRA_BASE_URL": "https://your-domain.atlassian.net",
        "JIRA_USERNAME": "your-email@company.com",
        "JIRA_API_TOKEN": "your-jira-api-token",
        "ZEPHYR_API_TOKEN": "your-zephyr-api-token"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18.0.0 or higher - JIRA instance with Zephyr Scale or Zephyr Squad - Valid JIRA API credentials - Zephyr API access token
VariableDescriptionRequired
JIRA_BASE_URLEndpoint or connection string the server talks to.Yes
JIRA_USERNAMEConfiguration value read at startup.Optional
JIRA_API_TOKENCredential the server authenticates with.Yes
ZEPHYR_API_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Jira Zephyr MCP to Development.
  • Use Jira Zephyr MCP to Production.
  • Use Jira Zephyr MCP to Prerequisites.

Frequently asked questions

It connects Jira Zephyr MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Development, Production, Prerequisites, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Jira Zephyr MCP directly.