@Aegis Ai/ Scraper
FreeNot checkedEnables intelligent web scraping with support for static pages, JavaScript-rendered SPAs, and natural language data extraction.
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
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-scraperFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare @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
