Odel
alterlab mcp server

alterlab mcp server

Local
@rapiercraft1TypeScriptMITUpdated 5 days ago

Web scraping MCP server — scrape, extract structured data, screenshot any site with anti-bot bypass.

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).

npmalterlab-mcp-serverv1.8.0

Run

npx -y alterlab-mcp-server

MCP client config

{
  "mcpServers": {
    "alterlab-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "alterlab-mcp-server"
      ]
    }
  }
}