Manual Tests MCP Server
A YAML-based server for managing manual test cases with tools for test automation workflows.
Manual Tests MCP Server
YAML-based manual test case management MCP server with 11 comprehensive tools for test automation workflows.
Overview
Manual Tests MCP Server is a Model Context Protocol (MCP) server that streamlines manual testing workflows. It manages test cases in YAML format, supporting the entire test lifecycle from test execution tracking to report generation.
🎯 Quick Start for AI Agents
New to this MCP server? Start with the workflow discovery tools:
# Essential first steps - run these in order:
manual_test_workflow() # Learn workflow patterns
manual_test_help() # Get tool usage examples
manual_test_schema() # Understand data structures
These tools will guide you through all available workflows and usage patterns.
Key Features
- 11 Comprehensive Tools - Validation, parsing, listing, creation, initialization, results management, report generation, cleanup, help, workflows, and schemas
- YAML-based Test Cases - Structured test case management and validation
- Advanced Filtering - Advanced filtering and search capabilities for test cases and results
- Template-based Creation - Test case creation with multiple built-in templates
- Variable Substitution - Flexible test environment management through dynamic variable substitution
- Results Management - Test result analysis, report generation, and cleanup
Available Tools
- manual_test_validate - YAML test case structure and syntax validation
- manual_test_parse - Test case parsing with variable substitution and content processing
- manual_test_list - Test case listing with advanced filtering and sorting capabilities
- manual_test_create - New test case creation using built-in templates
- manual_test_init - Manual test project structure initialization
- manual_test_results_list - Test results directory filtering and listing
- manual_test_results_report - Comprehensive test execution report generation
- manual_test_results_clean - Criteria-based test results directory cleanup
- manual_test_help - Comprehensive help information for all tools
- manual_test_workflow - Workflow information and recommended usage patterns
- manual_test_schema - YAML/JSON structure and schema specifications
Getting Started
🚀 First Steps - Essential for New Users
Before using any other tools, start with these workflow discovery tools:
// 1. Get comprehensive help for all 11 tools
manual_test_help()
// 2. Learn recommended workflows and usage patterns
manual_test_workflow()
// 3. Understand YAML/JSON schemas and variable substitution
manual_test_schema()
Why start here?
manual_test_helpprovides detailed usage examples for all 11 toolsmanual_test_workflowshows you proven workflow patterns and integration strategiesmanual_test_schemagives you the complete structure specifications
These three tools contain all the guidance you need to effectively use this MCP server. Always consult the workflow tool first - it will save you time and ensure you follow best practices.
Usage
MCP Configuration
To use with Claude Code or other MCP-compatible clients, add the following to your MCP configuration:
{
"mcpServers": {
"manual-tests": {
"command": "npx",
"args": ["github:70-10/manual-tests-mcp"]
}
}
}
First Steps - Start Here!
🎯 Before doing anything else, run these discovery tools:
manual_test_workflow- Learn the recommended workflow patternsmanual_test_help- Get detailed usage examples for all toolsmanual_test_schema- Understand the YAML/JSON structure requirements
Basic Workflow (After Learning from Workflow Tool)
- Project Initialization - Create project structure and metadata with
manual_test_init - Test Case Creation - Generate template-based test cases with
manual_test_create - Validation - Check YAML structure with
manual_test_validate - Execution Management - Search test cases based on conditions with
manual_test_list - Report Generation - Create comprehensive test result reports with
manual_test_results_report
💡 Pro Tip: The workflow tool (
manual_test_workflow) provides 4 different workflow patterns with specific tool sequences. Always check it first!
Variable Substitution
You can use dynamic values in test cases:
{{today}}- Current date (YYYY-MM-DD){{timestamp}}- Current timestamp{{environments.production}}- Environment URL{{test_data.users.valid_user.username}}- Test data
Development
Building and Testing
# Build TypeScript
npm run build
# Run all tests (252 tests)
npm test
# Run with coverage
npm test:coverage
# Development mode with auto-rebuild
npm run dev
License
MIT
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Maya MCP
MCP server for Autodesk Maya
OSSInsight
Analyze GitHub repositories, developers, and organizations with data from OSSInsight.io.
depwire
Code dependency graph and AI context engine. 10 MCP tools that give Claude, Cursor, and any MCP client full codebase context — impact analysis, dependency tracing, architecture summaries, and interactive arc diagram visualization. Supports TypeScript, JavaScript, Python, and Go.
Health Microservice API
A FastAPI microservice for health-related operations, featuring JWT authentication and a PostgreSQL database with Alembic migrations.
Cucumber Studio
Provides LLM access to the Cucumber Studio testing platform for managing and executing tests.
Scientific Computation MCP
Provides tools for scientific computation, including tensor storage, linear algebra, vector calculus, and visualization.
mcproc
Manage background processes for AI agents using the Model Context Protocol (MCP).
Blend MCP
An AI gateway for the Blend Protocol on Stellar, enabling DeFi actions like lending, borrowing, and pool creation through AI assistants or apps.
MiniMax MCP
Interact with MiniMax's powerful APIs for text-to-speech, voice cloning, and video/image generation.
OpenAPI Invoker
Invokes any OpenAPI specification through a Model Context Protocol (MCP) server.