Odel
Scrapeer

Scrapeer

Local
@scrapeer1TypeScriptMITUpdated 2mo ago

Run Scrapeer visual web-scraping flows from AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@scrapeer/mcp-serverv0.1.1

Run

npx -y @scrapeer/mcp-server

MCP client config

{
  "mcpServers": {
    "scrapeer": {
      "command": "npx",
      "args": [
        "-y",
        "@scrapeer/mcp-server"
      ]
    }
  }
}