mcpbeat Sign in

GrabzIt MCP Server

local only

GrabzIt runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 24 Jul 2026.

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

Installs per day peak 14 · avg 7 · +36% w/w
a month agotoday
40
Installs / week
npm · @grabzit/mcp-server
0
Stars
0 open issues
24 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check GrabzIt every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @grabzit/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@grabzit/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@grabzit/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@grabzit/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@grabzit/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRABZIT_APP_KEY (Your GrabzIt Application Key (Available at https://grabz.it/api/)), GRABZIT_APP_SECRET (Your GrabzIt Application Secret (Available at https://grabz.it/api/)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GrabzIt

same job, measured the same way
PolyDoc
by polydoc

PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoice generation for MCP clients.

36 installs/wk local only
OpenGraph.io MCP Server
by securecoders

MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

86 installs/wk local only
upAPI
by devinosolutions

All public upAPI operations as MCP tools: web scraping, search, screenshots, PDF, OCR and more.

223 installs/wk answering
Docapi
by doc-api-llc

Generate PDFs, screenshots, and documents via any MCP-compatible AI agent.

31 installs/wk local only
Ocular Audio MCP
by rayakaan

MCP server for video transcripts, screenshots, and OCR on YouTube and web videos.

44 installs/wk local only
MochiPDF
by cbolgiano

Remote MCP server for HTML-to-PDF and screenshots with OAuth and API-key auth.

answering
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
Geekflare
by geekflare

Geekflare MCP server for scraping, search, screenshots, broken links, DNS lookup, and network tools.

62 installs/wk 18 tools answering

GrabzIt — questions

Answers built from our own checks of this server.

Why is there no uptime for GrabzIt?
GrabzIt runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @grabzit/mcp-server was installed 40 times last week.
How do I connect GrabzIt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @grabzit/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use GrabzIt?
The npm package @grabzit/mcp-server was installed 40 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GrabzIt open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.