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