← Back to Plugins
MCP Server MCP

io.github.GrabzIt/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...