mcp-zephyr-scale
Provides access to Jira issue management and Confluence documentation, enabling traceability from requirements to test execution.
Provides access to Confluence documentation for managing documentation related to test artifacts.
Enables management of Jira issues, allowing creation of issues with API specifications and linking to test cases.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-zephyr-scalelist test cases in project KAN"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zephyr Scale MCP Server
MCP Server for Zephyr Scale test management tool.
Features
This MCP server provides comprehensive access to Zephyr Scale API v2, enabling:
Test Case Management: Create, read, update test cases and test steps
Test Planning: Manage test plans and link them to test cycles
Test Execution: Create and track test executions within test cycles
Folder Organization: Organize test artifacts with folders
Status Management: Manage custom statuses for test entities
Link Management: Create web links, issue links, and entity links between test artifacts
Read-only Access: List priorities and environments configured in your project
Available Tools
Test Cases
Tool Name | Description |
| List test cases in a project |
| Create a new test case |
| Get details of a specific test case |
| Update an existing test case |
| Get test steps for a test case |
| Create or append test steps to a test case (supports APPEND/OVERWRITE modes). Tip: Use OVERWRITE mode for the first time to avoid unwanted empty placeholder steps |
| Create a web link for a test case |
| Create an issue link for a test case |
Folders
Tool Name | Description |
| List folders in a project |
| Create a new folder |
| Get details of a specific folder |
Test Plans
Tool Name | Description |
| List test plans in a project |
| Create a new test plan |
| Get details of a specific test plan |
| Create a web link for a test plan |
| Create an issue link for a test plan |
| Create a test cycle link for a test plan |
Test Cycles
Tool Name | Description |
| List test cycles in a project |
| Create a new test cycle |
| Get details of a specific test cycle |
| Update an existing test cycle |
| Create a web link for a test cycle |
| Create an issue link for a test cycle |
Test Executions
Tool Name | Description |
| List test executions in a project |
| Create a new test execution |
| Get details of a specific test execution |
| Create an issue link for a test execution |
Statuses
Tool Name | Description |
| List statuses |
| Create a new status |
| Get details of a specific status |
Priorities
Tool Name | Description |
| List priorities (read-only) |
Environments
Tool Name | Description |
| List environments (read-only) |
Links
Tool Name | Description |
| Delete a link |
Installation
Using with NPM (Recommended)
Add the following configuration to your .mcp.json:
{
"mcpServers": {
"zephyr-scale": {
"command": "npx",
"args": ["-y", "mcp-zephyr-scale"],
"env": {
"ZEPHYR_API_TOKEN": "your-api-token-here",
"JIRA_PROJECT_KEY": "YOUR_PROJECT"
}
},
"atlassian": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/sse"]
}
}
}Why use both servers?
Zephyr Scale MCP: Provides test management functionality (test cases, test plans, test cycles, test executions)
Atlassian MCP: Provides Jira issue management and Confluence documentation access
This combination allows you to create Jira issues with API specifications and link them to test cases, creating full traceability from requirements to test execution.
Required Environment Variables
ZEPHYR_API_TOKEN: Your Zephyr Scale API tokenJIRA_PROJECT_KEY: Your Jira project key (e.g., "KAN")
How to Get Your Zephyr API Token
In Jira, click your profile picture
Select "Zephyr API keys"
Generate a new API key
For more information, see the Zephyr Scale documentation.
Atlassian MCP Authentication
When you first add the Atlassian MCP Server:
The server will prompt you to authorize access via OAuth
You'll be redirected to Atlassian to complete authentication
Select which products to allow access (Jira and/or Confluence)
Click "Approve" to complete the authentication
If your authentication expires, you can reconnect using:
Claude Code: Run the
/mcpcommand to manage MCP server connections and select "Reconnect" for the Atlassian server
Development
Setup
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
# Format code
npm run format
# Lint code
npm run lint
# Check code (lint + format)
npm run checkTesting Local Build
For development, you can test the local build instead of the NPM package. Add the following configuration to your .mcp.json:
{
"mcpServers": {
"zephyr-scale": {
"command": "node",
"args": ["/absolute/path/to/mcp-zephyr-scale/dist/index.js"],
"env": {
"ZEPHYR_API_TOKEN": "your-api-token-here",
"JIRA_PROJECT_KEY": "YOUR_PROJECT"
}
}
}
}Replace /absolute/path/to/mcp-zephyr-scale with the actual absolute path to your local repository.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bun913/mcp-zephyr-scale'
If you have feedback or need assistance with the MCP directory API, please join our Discord server