MCP Web Scraper MCP Server

MCP-compliant web scraper with advanced cookie consent handling

Local serverstdioTypeScript

What is the MCP Web Scraper MCP server?

MCP-compliant web scraper with advanced cookie consent handling. The mcp web scraper mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.

What it actually does

A production-ready global content extraction platform with ML-powered automation, international site support, and intelligent optimization. Features complete browser automation with 29 tools, 21+ supported sites across 4 regions, 6 content platforms with specialized optimization, and persistent SQLite caching with cross-session learning. Built with TypeScript using the official MCP TypeScript SDK and Playwright.

Adding it to your client

tsx on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Its toolset

Everything the assistant can do here goes through one of these:

  • scrape_article_content — Extract article content with intelligent cookie consent handling
  • get_page_screenshot — The get_page_screenshot tool exposed by this server
  • handle_cookie_consent — The handle_cookie_consent tool exposed by this server
  • manage_tabs — The manage_tabs tool exposed by this server
  • monitor_network — The monitor_network tool exposed by this server
  • drag_drop — The drag_drop tool exposed by this server
  • navigate_history — The navigate_history tool exposed by this server

Configuration

You will need 2 environment variables: BROWSER_POOL_SIZE, DEBUG_LOGGING. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp web scraper mcp server does with a few real requests.

When to reach for it

This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Web Scraper's toolset — scrape_article_content, get_page_screenshot, handle_cookie_consent and 4 more — is a fair guide to whether it matches your workflow. It is maintained by descoped; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
scrape_article_contentExtract article content with intelligent cookie consent handling.
get_page_screenshotThe get_page_screenshot tool exposed by this server.
handle_cookie_consentThe handle_cookie_consent tool exposed by this server.
manage_tabsThe manage_tabs tool exposed by this server.
monitor_networkThe monitor_network tool exposed by this server.
drag_dropThe drag_drop tool exposed by this server.
navigate_historyThe navigate_history tool exposed by this server.

How to install the MCP Web Scraper MCP server

{
  "mcpServers": {
    "web-scraper": {
      "command": "npx",
      "args": ["-y", "tsx"],
      "env": {
        "BROWSER_POOL_SIZE": "your-value",
        "DEBUG_LOGGING": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
BROWSER_POOL_SIZEConfiguration value read at startup.Optional
DEBUG_LOGGINGConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Web Scraper to scrape article content.
  • Use MCP Web Scraper to get page screenshot.
  • Use MCP Web Scraper to handle cookie consent.

Frequently asked questions

It connects MCP Web Scraper to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (scrape_article_content, get_page_screenshot, handle_cookie_consent, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Web Scraper directly.