
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@mcpware/pagecast
Advanced tools
Record any browser page as GIF or video via MCP — powered by Playwright + ffmpeg
English | 廣東話
The MCP server that turns agent-run browser sessions into GIFs and videos you can actually ship.
Tell your AI to record what it does. It opens a browser, does the thing, and hands you back a GIF, WebM, or MP4. You watch it happen live.

You built a web app. You need a demo GIF for the README. So you:
Or — you tell your AI:
"Go to https://myapp.localhost:3000, play around with it for 5 seconds and make a GIF"
The AI calls record_and_gif → outputs recordings/recording-{id}.gif. Done.
The browser is visible by default — you watch the AI work in real time.
| What you say | What happens | Output |
|---|---|---|
| "Record my app and make a demo GIF" | AI opens browser, interacts, exports GIF | .gif |
| "Log into dashboard, toggle dark mode, record it" | AI performs full workflow, captures everything | .webm .mp4 |
| "Submit an empty form, record what errors show up" | AI does QA, you review the recording later | .webm |
| "Walk through the signup flow and record a video" | AI creates onboarding documentation | .mp4 |
| "Post on Moltbook and record yourself doing it" | AI records its own marketing material 🤯 | .gif |
| "Record my app in 1080x1920 for an IG Reel" | AI records in vertical format for social media | .mp4 |
Record in any viewport size — the AI opens a real browser at whatever dimension you need:
| Format | Size | For |
|---|---|---|
| 1280×720 | 16:9 | GitHub README, YouTube, docs |
| 1080×1920 | 9:16 | IG Reels, TikTok, YouTube Shorts |
| 1080×1080 | 1:1 | Instagram posts, LinkedIn |
| Custom | Any | Whatever you need |
Node.js ≥ 20 and ffmpeg required.
# Add to Claude Code
claude mcp add pagecast -- npx -y @mcpware/pagecast
# Or run directly
npx @mcpware/pagecast
# Headless mode (no visible browser)
claude mcp add pagecast -- npx -y @mcpware/pagecast --headless
# First time: install browser
npx playwright install chromium
| Tool | What it does |
|---|---|
record_page | Open a URL in Chromium, start recording. Returns session ID |
interact_page | scroll, click, hover, type, press keys, select dropdowns, navigate — all captured on video |
stop_recording | Stop and save as .webm |
convert_to_gif | WebM → optimized GIF (two-pass palette, configurable FPS/width/trim) |
convert_to_mp4 | WebM → MP4 (H.264, widely compatible for social/sharing/embedding) |
record_and_gif | All-in-one: record URL for N seconds → GIF |
list_recordings | List all .webm, .gif, and .mp4 files in output directory |
AI → MCP tools → Playwright (headed browser + video capture)
↓
.webm recording
↓
ffmpeg two-pass palette
↓
optimized .gif / .mp4
record_page launches Chromium with recordVideo enabledinteract_page performs actions — scroll, click, hover, type, press keysstop_recording flushes the video to diskconvert_to_gif runs two-pass ffmpeg: first extracts an optimal 256-color palette from all frames, then encodes with Bayer dithering. Way better quality than single-pass.| Tool | Automated | Interactions | Output | AI-driven |
|---|---|---|---|---|
| Pagecast | ✅ | ✅ click/type/scroll/hover | GIF + WebM + MP4 | ✅ |
| gifcap.dev | ❌ | ❌ | GIF | ❌ |
| Peek / ScreenToGif / Kap | ❌ | ❌ | GIF | ❌ |
| Playwright MCP (official) | ✅ | ✅ | Screenshot only | Partial |
| playwright-record-mcp | ✅ | ✅ | WebM only | Partial |
| VHS (Charmbracelet) | ✅ | Terminal only | GIF | ❌ |
Pagecast is the only MCP that does browser recording + AI interactions + GIF/video output.
| Setting | Default | Notes |
|---|---|---|
| Browser | Headed (visible) | --headless for background |
| GIF FPS | 10 | Higher = smoother, larger |
| GIF width | 640px | Height auto-scaled |
| Video viewport | 1280×720 | Downscaled for GIF |
| Output dir | ./recordings | Override: RECORDING_OUTPUT_DIR |
src/
├── index.js # MCP server — 7 tools, stdio transport
├── recorder.js # Playwright browser lifecycle + sessions
└── converter.js # ffmpeg two-pass GIF conversion
execFile not exec — safe against shell injection| Project | What it does | Install |
|---|---|---|
| UI Annotator | Hover any element to see its name — zero extensions, any browser | npx @mcpware/ui-annotator |
| Claude Code Organizer | Visual dashboard for memories, skills, MCP servers, hooks | npx @mcpware/claude-code-organizer |
| Instagram MCP | 23 tools for the Instagram Graph API | npx @mcpware/instagram-mcp |
MIT
FAQs
Record any browser page as GIF or video via MCP — powered by Playwright + ffmpeg
The npm package @mcpware/pagecast receives a total of 164 weekly downloads. As such, @mcpware/pagecast popularity was classified as not popular.
We found that @mcpware/pagecast demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.