Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Aegis Ai/ Scraper

FreeNot checked

Enables intelligent web scraping with support for static pages, JavaScript-rendered SPAs, and natural language data extraction.

GitHubEmbed

About

Enables intelligent web scraping with support for static pages, JavaScript-rendered SPAs, and natural language data extraction.

README

MCP server for intelligent web scraping. Supports static pages, JavaScript-rendered SPAs (via Playwright), and natural language data extraction.

Install

# Add to Claude Desktop config (~/.claude/claude_desktop_config.json):
{
  "mcpServers": {
    "scraper": {
      "command": "bunx",
      "args": ["@aegis-ai/mcp-scraper"]
    }
  }
}

# Or run directly:
bunx @aegis-ai/mcp-scraper

Tools

scrape

Fetch a web page and return clean text content.

{
  "url": "https://news.ycombinator.com",
  "js": false,
  "selector": ".titleline",
  "headers": { "Cookie": "session=abc" }
}

extract

Scrape a page and extract structured data using natural language.

{
  "url": "https://example.com/products",
  "prompt": "Get all product names, prices, and ratings",
  "js": true
}

batch_scrape

Scrape multiple URLs with rate limiting (1s between requests).

{
  "urls": ["https://example.com/page1", "https://example.com/page2"],
  "js": false
}

Features

  • Static page fetching (fast, no browser needed)
  • JavaScript rendering via Playwright (for SPAs)
  • CSS selector targeting
  • Custom headers support
  • Automatic HTML stripping
  • Content truncation to avoid context overflow
  • Rate-limited batch scraping

License

MIT - AEGIS AI Cooperative

from github.com/Aegis-AI-Cooperative/mcp-scraper

Installing @Aegis Ai/ Scraper

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Aegis-AI-Cooperative/mcp-scraper

FAQ

Is @Aegis Ai/ Scraper MCP free?

Yes, @Aegis Ai/ Scraper MCP is free — one-click install via Unyly at no cost.

Does @Aegis Ai/ Scraper need an API key?

No, @Aegis Ai/ Scraper runs without API keys or environment variables.

Is @Aegis Ai/ Scraper hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @Aegis Ai/ Scraper in Claude Desktop, Claude Code or Cursor?

Open @Aegis Ai/ Scraper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @Aegis Ai/ Scraper with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs