claudetest for Claude Desktop
io.github.fasteningcode/claudetest
Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.
client:Claude Desktop
transport:stdio
runtime:npm
Install claudetest in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"claudetest": {
"command": "npx",
"args": [
"-y",
"@fasteningcode/claudetest"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs