MCP Server
MCP
io.github.GrabzIt/mcp-server
Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.
Install
npx -y @grabzit/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@grabzit/mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your GrabzIt Application Key (Available at https://grabz.it/api/)",
"isRequired": true,
"name": "GRABZIT_APP_KEY"
},
{
"description": "Your GrabzIt Application Secret (Available at https://grabz.it/api/)",
"isRequired": true,
"name": "GRABZIT_APP_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment