zephyr-mcp
Allows reading test cases and test steps from Zephyr Scale, a test management tool integrated with Jira.
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., "@zephyr-mcpshow me test cases in project 'Regression'"
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-test-zuellig-agentic
Agentic test generation for eZRX+ — converts Zephyr Scale test cases into Playwright integration tests using Claude Code or Codex.
What this repo does
Runs a Zephyr Scale MCP server to fetch test cases and steps.
Runs a code-review-graph MCP server to index the frontend codebase for token-efficient context loading.
Provides a
/write-integration-testcommand that Claude Code reads from.claude/commands/— no global config needed.
All generated tests are written into datasource/frontend/ (a local clone of
the frontend repo). Nothing is installed or modified in the real frontend repo.
Related MCP server: Zephyr Scale MCP Server
Requirements
Node.js 20.6 or later
Python 3.10 or later with
code-review-graphinstalled:pip install code-review-graphClaude Code CLI or Codex CLI
Git Bash or WSL on Windows
Setup (first time)
1. Clone and enter the repo
git clone <repository-url>
cd zephyr-test-zuellig-agentic2. Create .env
Get a Zephyr Scale API token:
Sign in to Jira.
Open profile menu → Zephyr Scale API Access Tokens.
Create a token and copy it.

Then:
cp .env.example .envFill in the values:
ZEPHYR_API_TOKEN=your-zephyr-api-token
FRONTEND_REPO_URL=https://github.com/your-org/frontend.git.env is gitignored — do not commit your token.
3. Run setup
./setup.shThis will:
Clone
FRONTEND_REPO_URLintodatasource/frontend/Build the code-review-graph index for the frontend
Build the Zephyr MCP server from source
Generate
.mcp.jsonfor Claude Code project-level MCP
4. Open in Claude Code
Open the zephyr-test-zuellig-agentic/ folder in Claude Code (not datasource/frontend/).
Claude Code auto-loads .mcp.json — both MCP servers start automatically.
Verify:
/mcpBoth zephyr and code-review-graph should show as connected.
Daily usage
Write a test from a Zephyr TC
/write-integration-test EZRX-T10000Claude will:
Fetch the TC name, objective, and steps from Zephyr
Search the codebase graph for relevant page objects and similar specs
Generate the spec file (and any new page object methods / locators needed)
Run
tsc --noEmitandplaywright test --listto verify
Generated files land in datasource/frontend/integration_test/. Commit and push from there.
Update the graph after local changes
When you edit files in datasource/frontend/ and want Claude to see the changes:
./update-graph.shPull latest frontend + update graph
git -C datasource/frontend pull --ff-only
./update-graph.shTroubleshooting
.mcp.json missing — run ./setup.sh to regenerate it.
datasource/frontend missing — run ./setup.sh to clone the frontend repo.
MCP not connected — restart Claude Code after setup.sh completes, then check /mcp.
ZEPHYR_API_TOKEN error — make sure .env exists and ZEPHYR_API_TOKEN is set.
code-review-graph not found — run pip install code-review-graph.
Development
npm run typecheck
npm run buildZephyr MCP source is in src/; compiled output goes to build/.
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.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables comprehensive test management in Zephyr Scale Cloud, including creating and managing test cases, executing tests with step-by-step results, organizing test cycles and plans, and performing advanced JQL searches.Last updated182MIT
- Flicense-qualityDmaintenanceEnables comprehensive test management through SmartBear Zephyr Scale's REST API, supporting automated workflows for test cases, cycles, executions, folders, and linking tests to Jira issues through natural language.Last updated2
- Flicense-quality-maintenanceIntegrates with the Zephyr Scale test management tool for Jira to fetch and update test case information, including steps, labels, and priorities. It enables users to manage test cases through natural language interactions within Claude Desktop and other MCP clients.Last updated0
- Alicense-qualityDmaintenanceEnables to interact with Jira AIO Test Case Management System, allowing retrieval of test cases, projects, folders, and search functionality.Last updatedApache 2.0
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Shortcut project management. Create, update, search stories and manage workflows.
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Sotatek-NghiaDuong2/zephyr-test-zuellig-agentic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server