Pagecast runs on your own machine — the client starts it, so there is no endpoint to ping. 127 installs a week from npm. Last commit 27 Mar 2026.
Record any browser page as GIF or video via MCP
We read the source, 21 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.
postinstall: npx playwright install chromium 2>/dev/null || true
execFile(cmd, args, { timeout: 120_000 }, (err, stdout, stderr) => {
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.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pagecast -- npx -y @mcpware/pagecast
{
"mcpServers": {
"pagecast": {
"args": [
"-y",
"@mcpware/pagecast"
],
"command": "npx"
}
}
}
[mcp_servers.pagecast]
command = "npx"
args = ["-y", "@mcpware/pagecast"]
{
"mcpServers": {
"pagecast": {
"args": [
"-y",
"@mcpware/pagecast"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"pagecast": {
"args": [
"-y",
"@mcpware/pagecast"
],
"command": "npx"
}
}
}
MCP server for browser automation via Vercel's agent-browser CLI
MCP server for Zen Browser automation via WebDriver BiDi
Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.
Human-to-AI code review bridge. Review UI in the browser, AI agents fix code via MCP.
MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
MCP server for browser use access
Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).
Browser MCP: drive a real Chromium via Playwright with compact ref-addressable page snapshots
Answers built from our own checks of this server.