universal-scrapper

PrasannaChaurasia/universal-scrapper
★ 0 stars Python 🌐 Browser/Web Updated today
Universal web scraper — any website, social profile, or platform. Works standalone, as Claude MCP server, VS Code extension, or ChatGPT Custom GPT action.
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": {
    "universal-scrapper": {
      "command": "uvx",
      "args": [
        "universal-scrapper"
      ]
    }
  }
}

Or install with pip: pip install universal-scrapper

README Excerpt

Scrape **any website, social profile, or platform** — posts, profiles, media, structured data — using **Apify** (recommended) or **Instaloader** (browser session). Works as a standalone Python tool, Claude MCP server, VS Code integration, or ChatGPT Custom GPT action. --- | Platform | What you can scrape |