How to Use the Xray (Test Management) MCP in Claude Code
Automate QA processes on Xray (Test Management) using Claude Code in CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Xray (Test Management) MCP to Claude Code
Create your Vinkius account to connect Xray (Test Management) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
List all available test cases.
The `list_xray_tests` tool streams a complete list of every test case defined within the Xray project. This makes it easy to automate reporting that requires knowing all potential tests. You can then use `get_test_details` on any returned ID. It pulls comprehensive data about a specific test, which is perfect for feeding into scripted reports or build logs.
List and inspect test plans.
To define the scope of your CI/CD job, run `list_test_plans`. This outputs all configured testing efforts. You can then pass a plan ID to `get_test_plan_details`. The output lets you confirm which specific tests are included in the automated build, ensuring nothing gets missed.
Get detailed test run records.
When running scripts, you'll often need status checks. `list_test_executions` provides a record of every test run attempt. This data is critical for pipeline reporting. For deep debugging, use `get_execution_details`. It streams the granular results and outcomes from a specific execution ID, which is invaluable when diagnosing build failures.
Set up Xray (Test Management) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seexray-test-management-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Xray (Test Management) transactions." It will automatically discover and invoke the available Xray (Test Management) tools.
claude mcp add --transport http xray-test-management-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Xray (Test Management) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Xray (Test Management) MCP today
We host it, we monitor it, we maintain it. You just paste one token.