MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content
{
"mcpServers": {
"spa-reader": {
"args": [
"-y",
"spa-reader-mcp"
],
"command": "npx"
}
}
}MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content
Is it safe?
No known CVEs for playwright. 1 previously resolved.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 20 days ago. 44,276,218 weekly downloads.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'playwright' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo open vulnerabilities. 1 fixed CVE.
CVE-2025-59288FixedPlaywright downloads and installs browsers without verifying the authenticity of the SSL certificate
### Summary Use of `curl` with the `-k` (or `--insecure`) flag in installer scripts allows attackers to deliver arbitrary executables via Man-in-the-Middle (MitM) attacks. This can lead to full system compromise, as the downloaded files are installed as privileged applications. ### Details The following scripts in the `microsoft/playwright` repository at commit [`bee11cbc28f24bd18e726163d0b9b1571b4f26a8`](https://github.com/microsoft/playwright/commit/bee11cbc28f24bd18e726163d0b9b1571b4f26a8) u
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.