urlbox/urlbox-mcp-server
π π A reliable MCP server for generating and managing screenshots, PDFs, and videos, performing AI-powered screenshot analysis, and extracting web content (Markdown, metadata, and HTML) via the [Urlbox](https://urlbox.com) API.
Ads
Overview
π π A reliable MCP server for generating and managing screenshots, PDFs, and videos, performing AI-powered screenshot analysis, and extracting web content (Markdown, metadata, and HTML) via the [Urlbox](https://urlbox.com) API.
Installation
npm install
Configuration
{
"mcpServers": {
"screenshot": {
"command": "npx",
"args": ["-y", "@urlbox/screenshot-mcp"],
"env": {
"SECRET_KEY": "your_api_key_here"
}
}Capabilities
- Capture website screenshots
Use the `render` tool to take PNG, PDF, or MP4 screenshots of any URL.
- Extract page content as HTML or Markdown
Retrieve a page's full HTML or convert it to Markdown for further processing.
- Generate tagged PDFs with outlines
Render a full-page PDF with accessibility tagging and document outlines.
- Block ads and cookie banners
Configure the `render` tool to hide ads and dismiss cookie consent banners in screenshots.
- Save renders locally
Set `store_renders: true` to download screenshots, PDFs, or extracted content directly to your computer.
Tags
- web-scraping
- browser-automation
- document
- awesome-list
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.