Claudetest runs on your own machine — the client starts it, so there is no endpoint to ping. 18 installs a week from npm.
Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add claudetest -- npx -y @fasteningcode/claudetest
{
"mcpServers": {
"claudetest": {
"args": [
"-y",
"@fasteningcode/claudetest"
],
"command": "npx"
}
}
}
[mcp_servers.claudetest]
command = "npx"
args = ["-y", "@fasteningcode/claudetest"]
{
"mcpServers": {
"claudetest": {
"args": [
"-y",
"@fasteningcode/claudetest"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"claudetest": {
"args": [
"-y",
"@fasteningcode/claudetest"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.