HomeBrowser Automation & Scraping › pagebolt-mcp

pagebolt-mcp

Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.

TypeScript Cloud
★ 4 stars Last pushed 2026-08-06 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.8.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "pagebolt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PAGEBOLT_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PAGEBOLT_API_KEY required secret — Your PageBolt API key (get one free at https://pagebolt.dev)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry