Provides integrated tools for Selenium-based end-to-end web testing, enabling automated generation and execution of web testing suites.
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., "@MCP Universal Test Suite Generatoranalyze this Java project and generate JUnit tests for the UserService class"
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.
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