web-eval-agentMCP Server36/100 via “interactive-browser-state-persistence-with-authentication-setup”
An MCP server that autonomously evaluates web applications.
Unique: Decouples authentication setup from automated testing by persisting full browser state (cookies, localStorage, sessionStorage) to disk, allowing subsequent agent evaluations to inherit authenticated sessions without re-implementing login logic. Uses Playwright's browser context serialization to capture and restore complete session state, not just cookies.
vs others: Unlike environment-variable-based token injection or hardcoded credentials, this approach captures the full browser state including cookies, local storage, and session artifacts, making it compatible with complex authentication flows (OAuth, SAML, 2FA) that cannot be scripted. More flexible than pre-recorded HAR files because it captures live session state.