Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/GrabzIt/GrabzIt.MCP
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "grabzit-mcp": {
      "command": "node",
      "args": ["/path/to/GrabzIt.MCP/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/GrabzIt/GrabzIt.MCP and follow its README for install instructions.
Use cases

MCP Servers overview

# GrabzIt MCP Server

The official Model Context Protocol (MCP) server for [GrabzIt](https://grabz.it). 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 [grabz.it](https://grabz.it/api/).

### 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.

```json
{
  "mcpServers": {
    "grabzit": {
      "command": "npx",
      "args": [
        "-y",
        "@grabzit/mcp-server"
      ],
      "env": {
        "GRABZIT_APP_KEY": "<YOUR_APP_KEY>",
        "GRABZIT_APP_SECRET": "<YOUR_APP_SECRET>"
      }
    }
  }
}
```

## 🛠️ 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_url`**
  Captures 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_html`**
  Extracts fully-rendered HTML from a target URL after JavaScript execution completes. Supports custom rendering delays.
* **`grabzit_convert_url`**
  Converts 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_html`**
  Converts 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 MIT License.

What people ask about GrabzIt.MCP

What is GrabzIt/GrabzIt.MCP?

+

GrabzIt/GrabzIt.MCP is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install GrabzIt.MCP?

+

You can install GrabzIt.MCP by cloning the repository (https://github.com/GrabzIt/GrabzIt.MCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is GrabzIt/GrabzIt.MCP safe to use?

+

GrabzIt/GrabzIt.MCP has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains GrabzIt/GrabzIt.MCP?

+

GrabzIt/GrabzIt.MCP is maintained by GrabzIt. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to GrabzIt.MCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy GrabzIt.MCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: GrabzIt/GrabzIt.MCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/grabzit-grabzit-mcp)](https://claudewave.com/repo/grabzit-grabzit-mcp)
<a href="https://claudewave.com/repo/grabzit-grabzit-mcp"><img src="https://claudewave.com/api/badge/grabzit-grabzit-mcp" alt="Featured on ClaudeWave: GrabzIt/GrabzIt.MCP" width="320" height="64" /></a>

More MCP Servers

GrabzIt.MCP alternatives