Loading MCP server directory, please wait...
Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.
npx @getmcp/cli add io.github.GrabzIt/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
GRABZIT_APP_KEYYour GrabzIt Application Key (Available at https://grabz.it/api/)
GRABZIT_APP_SECRETYour GrabzIt Application Secret (Available at https://grabz.it/api/)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.GrabzIt/mcp-server": {
"command": "npx",
"args": [
"-y",
"@grabzit/mcp-server"
],
"env": {
"GRABZIT_APP_KEY": "",
"GRABZIT_APP_SECRET": ""
}
}
}
}