
How to use the PageBolt MCP server in Claude Desktop
How to Use the PageBolt MCP Server in Claude Desktop Claude Desktop can browse the web, write code, and analyze files. But it can't capture screenshots, generate PDFs, or record browser videos — until you add the PageBolt MCP server. Once it's installed, you can ask Claude things like: "Screenshot my landing page on mobile and tell me what looks off" "Generate a PDF invoice from this HTML template and save it to my Desktop" "Record a demo video of the signup flow on staging" "Inspect the login page and find the CSS selector for the email field" Setup takes about 2 minutes. Install 1. Get a free API key Sign up at pagebolt.dev — the free tier includes 100 requests/month, no credit card required. 2. Add to Claude Desktop config Open (or create) ~/.claude/claude_desktop_config.json and add: { "mcpServers" : { "pagebolt" : { "command" : "npx" , "args" : [ "-y" , "pagebolt-mcp" ], "env" : { "PAGEBOLT_API_KEY" : "pf_live_your_key_here" } } } } 3. Restart Claude Desktop Quit and reopen. The P
Continue reading on Dev.to
Opens in a new tab



