e2e-mcp
An MCP that connects your AI agent to the source of your system or data, improving the 'Vibe Coding' workflow.
Added on 3/28/2025
MCP Server for Running E2E Tests
You can add this MCP to your Cursor or Windsurf AI IDE and improve your "Vibe Coding" workflow
What is MCP?
The Model Context Protocol (MCP) is an open protocol that connects your AI agent to the source of your system or data reducing the friction between context and the AI.
Prerequisite
- Python 3.11 or higher
- LLM Provide (In this example I used OpenAI - You can use any AI you prefer)
Run
- Setup your dev env:
uv venv
source .venv/bin/activate
- Install required packages:
uv pip install -r requirements.txt
playwright install
- Add your LLM API Key
OPENAI_API_KEY=your_openai_api_key_here
Note
Since we're using stdio as MCP transport, we have disable all output from browser use
Debugging
You can run the MCP inspector tool with this command
uv run mcp dev server.py
Similar Resources
Developer Tools