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

Installation

npx @mcpware/pagecast

Configuration

{
  "mcpServers": {
    "pagecast": {
      "command": "npx",
      "args": ["-y", "pagecast"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub