★ 0 stars
TypeScript
🌐 Browser/Web
Updated 1d ago
Specwright is an AI-powered E2E test automation tool — point at your app, explore with real browsers, generate Playwright BDD tests. Desktop app + CLI plugin + MCP server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"specwright": {
"command": "npx",
"args": [
"-y",
"SanthoshDhandapani/specwright"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add specwright npx -y SanthoshDhandapani/specwright
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"specwright": {
"command": "npx",
"args": [
"-y",
"SanthoshDhandapani/specwright"
]
}
}
}
📋 Copy