mcp-server-scraper

web MCP Server

MCP server for web scraping — extract clean markdown, links, metadata from any URL

Install Ready
webweb
9 views4 stars2 forksv1.0.1MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
4
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y mcp-server-scraper

2. Add to claude_desktop_config.json

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

6
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (6)

scrape_multiple

Batch scrape multiple URLs, get title + excerpt per URL

scrape_url

Extract clean text content from a URL (Readability-powered)

extract_metadata

Get title, description, OG tags, canonical, favicon

search_page

Search for a query string within the page, return matching lines

extract_links

Get all links with href and anchor text

Tool

What it does