ScrapeMCP

Medalcode/ScrapeMCP
★ 0 stars Python 🌐 Browser/Web Updated 4d ago
Web scraping MCP server: extract structured data from any website. Selectors, tables, lists, sitemaps, recursive crawling, export to JSON/CSV/Markdown.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scrapemcp": {
      "command": "uvx",
      "args": [
        "scrapemcp"
      ]
    }
  }
}

Or install with pip: pip install scrapemcp