Loading MCP server directory, please wait...
Playwright & Appium test automation for Claude. Generate tests, diagnose failures, open fix PRs.
npx @getmcp/cli add io.github.fasteningcode/claudetestRequires Node.js 18+. Community-contributed server. Review source before installing.
GITHUB_TOKENGitHub personal access token with repo and workflow scopes
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.fasteningcode/claudetest": {
"command": "npx",
"args": [
"-y",
"@fasteningcode/claudetest"
],
"env": {
"GITHUB_TOKEN": ""
}
}
}
}