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