- Explore MCP Servers
- e2e-mcp
E2e Mcp
What is E2e Mcp
e2e-mcp is a server designed to automate the validation of AI-generated code, enhancing the development workflow by integrating with AI IDEs like Cursor or Windsurf.
Use cases
Use cases for e2e-mcp include validating AI-generated code in real-time, improving coding efficiency in AI-assisted development, and ensuring quality assurance in software projects.
How to use
To use e2e-mcp, set up your development environment with Python 3.11 or higher, install the required packages, and add your LLM API key. You can then run the MCP server to execute end-to-end tests.
Key features
Key features of e2e-mcp include seamless integration with AI IDEs, support for various LLMs, and the ability to automate end-to-end testing of AI-generated code.
Where to use
e2e-mcp can be used in software development environments, particularly where AI is utilized for code generation and testing, such as in DevOps or agile development practices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is E2e Mcp
e2e-mcp is a server designed to automate the validation of AI-generated code, enhancing the development workflow by integrating with AI IDEs like Cursor or Windsurf.
Use cases
Use cases for e2e-mcp include validating AI-generated code in real-time, improving coding efficiency in AI-assisted development, and ensuring quality assurance in software projects.
How to use
To use e2e-mcp, set up your development environment with Python 3.11 or higher, install the required packages, and add your LLM API key. You can then run the MCP server to execute end-to-end tests.
Key features
Key features of e2e-mcp include seamless integration with AI IDEs, support for various LLMs, and the ability to automate end-to-end testing of AI-generated code.
Where to use
e2e-mcp can be used in software development environments, particularly where AI is utilized for code generation and testing, such as in DevOps or agile development practices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Limetest
Limetest is the most light weight end to end testing framework with AI capabilities that can run in your CI workflows. Define your test cases in natural language and let AI handle the execution.
Key Features
- Optimized for AI: Define your test cases in plain language and let AI execute them end to end.
- Lightweight & Efficient: Leverages Playwright snapshot instead of pixel analysis for faster, more reliable execution.
- Vision Capabilities: Falls back to vision mode when snapshot mode fails during more sophisticated test scenarios.
Installation
npm install @limetest/limetest npx playwright install
User data directory
limtest will launch Chrome browser with the new profile, located at
- `%USERPROFILE%\AppData\Local\ms-limetest\mcp-chrome-profile` on Windows - `~/Library/Caches/ms-limetest/mcp-chrome-profile` on macOS - `~/.cache/ms-limetest/mcp-chrome-profile` on Linux
Usage
Run Tests
Use --headless for running tests headlessly in CI workflows
npx limetest example
limetest MCP Server
https://github.com/user-attachments/assets/b801f239-dc66-4b3b-bcf2-42e2a9a68721
A Model Context Protocol (MCP) server powered by Playwright that streamlinse end to end testing for your MCP client.
Use Cases
- Automated testing planned and executed by LLMs
Example config
After cloning this repo, build and add the E2E MCP server to your MCP Client as such:
Notice that you need OpenAI API key to run this MCP server in end to end mode.
npm install @limetest/mcp npx playwright install
Then:
{
"mcpServers": {
"limetest": {
"command": "npx",
"args": [
"npx @limetest/mcp",
"--api-key=<your openai api key>"
]
}
}
}
All the logged in information will be stored in that profile, you can delete it between sessions if you’d like to clear the offline state.
Acknowledgements
Limetest is based on Microsoft’s Playwright MCP and optimized for automated end-to-end testing as a standalone framework. This project is distributed under the Apache 2.0 License.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










