GrabzIt MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GrabzIt MCP ServerTake a full-page screenshot of https://example.com and describe it."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GrabzIt MCP Server
The official Model Context Protocol (MCP) server for GrabzIt. This server allows AI assistants (like Claude, Cursor, and Windsurf) to dynamically capture website screenshots, generate PDF and DOCX documents, and scrape web data directly within your AI environment.
🚀 Quick Start
This server is published on npm and can be executed instantly without installation using npx.
You will need a GrabzIt Application Key and Secret, which you can get by creating an account at GrabzIt.
Configuration
Add the following configuration to your MCP-compatible client (e.g., claude_desktop_config.json). Replace <YOUR_APP_KEY> and <YOUR_APP_SECRET> with your actual GrabzIt credentials.
{
"mcpServers": {
"grabzit": {
"command": "npx",
"args": [
"-y",
"@grabzit/mcp-server"
],
"env": {
"GRABZIT_APP_KEY": "<YOUR_APP_KEY>",
"GRABZIT_APP_SECRET": "<YOUR_APP_SECRET>"
}
}
}
}Related MCP server: Urlbox MCP Server
🛠️ Environment Variables
The server requires the following environment variables to authenticate with the GrabzIt API:
GRABZIT_APP_KEY- Your GrabzIt Application Key.GRABZIT_APP_SECRET- Your GrabzIt Application Secret.
Tools
grabzit_inspect_urlCaptures a screenshot of a URL and returns it as an image that the AI can view directly in context. Supports full page captures, rendering delays for SPAs, element cropping via CSS selectors, and element stripping.grabzit_scrape_htmlExtracts fully-rendered HTML from a target URL after JavaScript execution completes. Supports custom rendering delays.grabzit_convert_urlConverts a target URL to an image (png,jpg,svg,tiff), PDF, or DOCX document. Supports page orientation, paper sizing, element cropping/stripping, and rendering delays.grabzit_convert_htmlConverts raw HTML string content into an image (png,jpg,svg,tiff), PDF, or DOCX document. Supports page orientation, paper sizing, element cropping/stripping, and rendering delays.
📝 Usage Examples
Once connected, you can ask your AI client prompts like:
"Inspect https://news.ycombinator.com using GrabzIt and tell me what you see in the screenshot."
"Scrape the rendered HTML of https://example.com after waiting 2000ms for dynamic content to load."
"Convert https://example.com into an A4 PDF in landscape orientation using GrabzIt."
"Take this HTML string invoice and convert it into a downloadable DOCX document."
📄 License
This project is open-source and available under the ISC License.
🔒 Privacy Policy
This MCP server acts as a secure bridge between your local AI environment and the GrabzIt API.
Your
GRABZIT_APP_KEYandGRABZIT_APP_SECRETremain stored locally on your machine.Any URLs or HTML data processed through this server are governed by the official GrabzIt Privacy Policy.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceConnects AI assistants to ScreenshotOne.com API for capturing website screenshots with customizable options including viewport size, full-page captures, and multiple output formats.Last updated363MIT

Urlbox MCP Serverofficial
AlicenseBqualityDmaintenanceEnables users to capture high-quality website screenshots, generate PDFs, and convert web content to HTML or markdown via the Urlbox API. It supports advanced features like ad-blocking, cookie banner removal, and metadata extraction directly through natural language prompts.Last updated2224MIT- Alicense-qualityCmaintenanceEnables AI assistants to capture webpage screenshots, generate PDFs from URLs or HTML, and extract rich metadata like Open Graph and JSON-LD data. It provides tools for web-to-image/PDF conversion and structured data extraction through the Junipr API.Last updated351MIT

@rendershot/mcp-serverofficial
AlicenseAqualityDmaintenanceEnables AI agents to capture screenshots and generate PDFs from URLs or HTML via the Rendershot API.Last updated4293MIT
Related MCP Connectors
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GrabzIt/GrabzIt.MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server