aparajithn/agent-scraper-mcp
by Various
Web scraping MCP server for AI agents — screenshots, content extraction, structured scraping
MCP
aparajithn/agent-scraper-mcp
Added 1 June 2026
Overview
This MCP server enables AI agents to scrape websites through screenshots, content extraction, and structured data parsing. It exposes scraping capabilities as a Model Context Protocol tool, allowing agents to fetch and process web content during conversations. Built in Python, it uses Playwright or similar browser automation under the hood.
Best for
Best for
Developers building AI agents that need to extract web data programmatically
Use cases
- Extract structured data from websites for AI analysis
- Take screenshots of web pages for visual verification
- Scrape text content to feed into retrieval-augmented generation (RAG) pipelines
How to use
Install
pip install -e ".[dev]" Example client config
{\n "mcpServers": {\n "agent-scraper": {\n "url": "https://agent-scraper-mcp.onrender.com/mcp"\n }\n }\n} Notes
This MCP server enables AI agents to scrape websites through screenshots, content extraction, and structured data parsing. It exposes scraping capabilities as a Model Context Protocol tool, allowing agents to fetch and process web content during conversations. Built in Python, it uses Playwright or similar browser automation under the hood.
4 stars on GitHub. Last updated 2026-03-07. Licensed MIT.
Use cases
- Extract structured data from websites for AI analysis
- Take screenshots of web pages for visual verification
- Scrape text content to feed into retrieval-augmented generation (RAG) pipelines
Pros
- Provides multiple scraping modes (screenshot, text, structured) in one MCP server
- Integrates directly with AI agents that support the Model Context Protocol
- Python-based, easy to extend or modify for custom scraping needs
Cons
- Relatively new project with few community stars, limited documentation or support
- Requires an agent that implements the MCP protocol, which is still emerging
- Dependency on browser automation tools like Playwright adds setup overhead
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides multiple scraping modes (screenshot, text, structured) in one MCP server
- Integrates directly with AI agents that support the Model Context Protocol
- Python-based, easy to extend or modify for custom scraping needs
Cons
- Relatively new project with few community stars, limited documentation or support
- Requires an agent that implements the MCP protocol, which is still emerging
- Dependency on browser automation tools like Playwright adds setup overhead
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.