claudetest for Cursor
io.github.fasteningcode/claudetest
Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.
client:Cursor
transport:stdio
runtime:npm
Install claudetest in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claudetest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fasteningcode/claudetest"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs