testcafe

GitHub

A Node.js tool to automate end-to-end web testing.

Native automation (testcafe) MCP Server

Model Context Protocol (native-automation) server

View all testcafe servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "native-automation": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-native-automation"
      ]
    }
  }
}