hummer98/e2e-mcp-server
If you are the rightful owner of e2e-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
E2E MCP Server is a Model Context Protocol server designed for end-to-end testing with integrated development server management and Playwright automation, ideal for AI agents like Claude Code.
Tools
Functions exposed to the LLM to take actions
startSession
Start a development server and create a browser session.
stopSession
Stop a development server and close the browser session.
getSessionStatus
Get the status of a development server.
navigate
Navigate to a URL in the session browser.
click
Click an element on the page.
fill
Fill a text input field.
screenshot
Capture a screenshot of the current page.
evaluate
Execute JavaScript in the page context.
getContent
Get the HTML content of the current page.
readLogs
Read server logs from a session.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client