Krayin5 Automated Tests MCP Server
Click on "Deploy 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., "@Krayin5 Automated Tests MCP Serverrun the smoke test suite"
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.
Krayin5 Automated Tests MCP Server
A Model Context Protocol (MCP) server that connects to and manages the parent Krayin5 automated testing infrastructure.
Overview
This MCP server provides a bridge to the parent krayin5-automated-tests project, offering tools for:
Real Test Execution: Run actual Cucumber.js + Playwright tests
Live Status Monitoring: Check current test status and reports
Feature Discovery: Browse actual .feature files and test scenarios
Coverage Analysis: Analyze test reports and coverage data
Related MCP server: tuxedo-qa
Connection to Parent Project
This MCP server is connected to: ../krayin5-automated-tests
Parent Project Structure:
Framework: Cucumber.js + Playwright + TypeScript
Features: Authentication, Contact Management, Organization Management
Test Types: Smoke, Contact, Organization, Auth, Headless
Reports: JSON reports generated in
reports/directoryScreenshots: Debug screenshots saved in
screenshots/directory
Features
Available Tools
get_test_status- Get real-time status of the parent test projectrun_test_suite- Execute actual test suites from parent projectget_test_coverage- Analyze actual test reports and coveragelist_krayin_test_cases- Browse real feature files and available test suites
Real Test Suites Available
all: Run all tests (npm test)smoke: Run smoke tests (npm run test:smoke)contacts: Run contact management tests (npm run test:contacts)organization: Run organization tests (npm run test:organization)auth: Run authentication tests (npm run test:auth)headless: Run tests in headless mode (npm run test:headless)
Installation
Clone this repository
Install dependencies:
npm installBuild the project:
npm run build
Usage
With Claude Desktop
Add this server to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"krayin5-automated-tests": {
"command": "node",
"args": ["/Users/lucascortazzo/code/mcp-krayin5-automated-tests/build/index.js"]
}
}
}Direct Usage
Run the server directly:
npm startDevelopment
Build:
npm run buildDevelopment:
npm run dev(builds and runs)Start:
npm start(runs pre-built version)
MCP Integration
This server implements the Model Context Protocol specification and can be used with any MCP-compatible client, including:
Claude Desktop
VS Code with MCP extensions
Custom MCP clients
Project Structure
├── src/
│ └── index.ts # Main MCP server implementation
├── build/ # Compiled JavaScript (generated)
├── .github/
│ └── copilot-instructions.md
├── .vscode/
│ └── mcp.json # VS Code MCP configuration
├── package.json
├── tsconfig.json
└── README.mdContributing
Make changes to TypeScript source files in
src/Build the project with
npm run buildTest with your MCP client
Ensure all TypeScript compilation passes without errors
License
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Direct access to Cypress tests results and accessibility reports in your AI workflow.
Run, debug, and triage tests from your IDE using natural language, no dashboard switching, no manual data transfers. The TestMu AI (formerly LambdaTest) MCP Server is a single remote server exposing four tool suites: HyperExecute — analyze your project, generate YAML configs and test runner commands, then monitor jobs and sessions. Automation — pull a TestID's details plus command, network, and console logs into one chat for instant root-cause analysis. Includes mobile app upload. SmartUI — explain pixel, layout, DOM, and perceptual changes in a visual regression run, with context-aware React/HTML/CSS fixes. Accessibility — audit any public URL or a local React app against WCAG and get ready-to-apply remediation steps. Connects over https://mcp.lambdatest.com/mcp using OAuth 2.1 — no API keys in your config. One-click install in Cursor; works with Claude, GitHub Copilot, Cline, and any MCP client. Tests execute on the TestMu AI cloud: 3,000+ browsers and 10,000+ real devices.
Run multi-step tasks in a real Chrome browser: persistent environments, live view, human takeover.
Agentic testing: HyperExecute jobs, test failure triage, SmartUI visual diffs, a11y audits
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAutomates repository analysis, test planning, and generation of end-to-end tests with Playwright, acting as an intelligent quality assistant.10 npmMIT
- AlicenseAqualityBmaintenanceEnables AI assistants to create, run, autocorrect, and monitor Playwright tests for your app with a local dashboard, credential vault, and public status page.16MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to execute mobile automation tests using Cucumber.js, including device management, test scenarios, and APK uploads.ISC
- AlicenseNot gradedqualityAmaintenanceConverts requirements into traceable, CI-ready Playwright BDD tests connected to business rules, with support for Gherkin generation, rule mapping, and automated test pipelines.8 npmMIT