Playrunner is answering right now. Last checked 3 min ago. Last commit 16 Sep 2026.
Discover Playwright workflows, start runs, and inspect results in Playrunner Cloud.
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(command, args, {
const absolute = path.join(current.directory, entry.name);
const list = fs.readdirSync(dir);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.
claude mcp add mcp --transport http https://playrunner.cloud/mcp
{
"mcpServers": {
"mcp": {
"url": "https://playrunner.cloud/mcp"
}
}
}
[mcp_servers.mcp]
url = "https://playrunner.cloud/mcp"
{
"mcpServers": {
"mcp": {
"url": "https://playrunner.cloud/mcp"
}
}
}
{
"mcpServers": {
"mcp": {
"url": "https://playrunner.cloud/mcp"
}
}
}
This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.
| URL | Transport | State | Latency | Checked |
|---|---|---|---|---|
| https://playrunner.cloud/mcp | streamable-http | sign-in | 295 ms | 3 min ago |
Playwright-style MCP to inspect, control, and debug PySide6 desktop GUIs.
Local QA MCP: scan URLs, inspect pages, generate Playwright repros, and run tests.
Run Playwright tests and surface structured results for AI agents doing test failure analysis.
Automate any website: discover, run and create browser scripts that work behind logins.
Runtime CSS probe — inspect layout, overflow, scroll chains in a real browser. For AI agents.
Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.
Generate covers, Mermaid diagrams, cards, and terminal screenshots/images for AI workflows.
MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions
Answers built from our own checks of this server.