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
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.
Claude Computer Use
Anthropic
Claude takes the mouse and keyboard. A vision-based agent that controls a real desktop, not just a browser.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
executeautomation/playwright-mcp-server
Various
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
browsermcp/mcp
Various
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser