mcp server for Claude Desktop
io.github.grabzit/mcp-server
Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@grabzit/mcp-server"
],
"env": {
"GRABZIT_APP_KEY": "<GRABZIT_APP_KEY>",
"GRABZIT_APP_SECRET": "<GRABZIT_APP_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs