
Use PageBolt with GitHub Copilot CLI: Automated screenshots and video demos via MCP
Use PageBolt with GitHub Copilot CLI: Automated screenshots and video demos via MCP GitHub Copilot CLI just went GA with MCP (Model Context Protocol) support. This means your command-line AI agents can now take screenshots and record videos natively—without installing Chromium or managing infrastructure. PageBolt's MCP server integrates seamlessly with Copilot CLI. Your agents can now: Screenshot any URL — capture the current state of a website Record browser workflows — automate demos, tests, and documentation Do it all from the terminal — no UI, pure CLI Let's set it up. Install PageBolt MCP in GitHub Copilot CLI GitHub Copilot CLI reads MCP servers from a config file. Here's how to add PageBolt: Step 1: Create ~/.copilot/mcp-servers.json : { "pagebolt" : { "command" : "npx" , "args" : [ "@pagebolt/mcp" , "--api-key" , "YOUR_API_KEY" ] } } Step 2: Get your API key at pagebolt.dev Step 3: Restart Copilot CLI That's it. Copilot CLI now has native access to PageBolt's screenshot and vid
Continue reading on Dev.to
Opens in a new tab


