Back to MCP Servers
Pagecast
Record any browser page as GIF or video. AI-driven demo recording with scroll/click/hover interactions via Playwright + ffmpeg. `npx @mcpware/pagecast`
developer-toolsbrowserai
By mcpware
Installation
npx @mcpware/pagecastConfiguration
{
"mcpServers": {
"pagecast": {
"command": "npx",
"args": ["-y", "pagecast"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes