Run browser tests from Claude Code using plain English. Write what you want to test in normal language, run it with /greenrun, and get pass/fail results in your terminal. No selectors, no page objects. Just describe the user flow and Greenrun handles the rest with Playwright under the hood.
Server Config
{
"mcpServers": {
"greenrun": {
"command": "npx",
"args": [
"greenrun-cli"
]
}
}
}