Provides integrated tools for Selenium-based end-to-end web testing, enabling automated generation and execution of web testing suites.
MCP Universal Test Suite Generator ๐
An advanced Model Context Protocol (MCP) server built with Python to empower AI assistants (like Claude Desktop) with the ability to analyze projects and automatically generate, manage, and execute testing suites.
Currently supports Java (JUnit) and Web (Selenium) projects.
โจ Features
๐ Project Analysis: Deep scans project structures to identify classes, methods, and dependencies.
๐งช Automated JUnit Generation: Generates unit tests following best practices and project-specific patterns.
๐ Web Testing: Integrated tools for Selenium-based end-to-end testing.
๐ ๏ธ Direct Execution: Run Maven or NPM commands directly through the AI assistant to validate generated tests.
โก Optimized with : Uses the lightning-fast Python package manager for dependency resolution.
๐ Quick Start
Prerequisites
uv (Python package manager)
Claude Desktop (to use the tools in chat)
Installation
Clone the repository:
git clone [https://github.com/gigici99/mcp.git](https://github.com/gigici99/mcp.git) cd mcp