testcafe
A Node.js tool to automate end-to-end web testing.
Browser (testcafe) MCP Server
Model Context Protocol (browser) server
Ready-to-Use Client Configurations
{
"mcpServers": {
"browser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser"
]
}
}
}