Screenshots, PDFs, OG images, page inspection, and narrated video recording for Claude and Cursor.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"pagebolt": {
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
},
"args": [
"-y",
"pagebolt-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Take screenshots, generate PDFs, create OG images, inspect pages, and record demo videos directly from your AI coding assistant.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / developer-tools
Read, write, and manage files on the local filesystem
Browser automation with Puppeteer for web scraping and testing
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Security Weekly
Get CVE alerts and security updates for io.github.Custodia-Admin/pagebolt and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Take screenshots, generate PDFs, create OG images, inspect pages, and record demo videos directly from your AI coding assistant.
Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.
PageBolt MCP Server connects your AI assistant to PageBolt's web capture API, giving it the ability to:
All results are returned inline — screenshots appear directly in your chat.
Sign up at pagebolt.dev — the free tier includes 100 requests/month, no credit card required.
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}
Add to .cursor/mcp.json in your project (or global config):
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}
Add to your Windsurf MCP settings:
{
"mcpServers": {
"pagebolt": {
"command": "npx",
"args": ["-y", "pagebolt-mcp"],
"env": {
"PAGEBOLT_API_KEY": "pf_live_your_key_here"
}
}
}
}
Same config pattern — set command to npx, args to ["-y", "pagebolt-mcp"], and provide your API key in env.
Ask your AI assistant:
"Take a screenshot of https://github.com in dark mode at 1920x1080"
The screenshot will appear inline in your chat.
take_screenshotCapture a pixel-perfect screenshot of any URL, HTML, or Markdown.
Key parameters:
url / html / markdown — content sourcewidth, height — viewport size (default: 1280x720)viewportDevice — device preset (e.g. "iphone_14_pro", "macbook_pro_14")fullPage — capture the entire scrollable pagedarkMode — emulate dark color schemeformat — png, jpeg, or webpblockBanners — hide cookie consent bannersblockAds — block advertisementsblockChats — remove live chat widgetsblockTrackers — block tracking scriptsextractMetadata — get page title, description, OG tags alongside the screenshotselector — capture a specific DOM elementdelay — wait before capture (for animations)cookies, headers, authorization — authenticated capturesgeolocation, timeZone — location emulationExample prompts: