Browser Automation Pro
Scrape websites with Firecrawl, control Puppeteer, fetch raw HTML, inspect pages with Chrome DevTools, and extract structured data at scale.
Browser automation and web scraping via Puppeteer
Control a real Chrome browser — click, type, screenshot, and extract
npx -y @modelcontextprotocol/server-puppeteerAdvanced web scraping and crawling for AI assistants
Crawl entire websites and convert to structured Markdown at scale
npx firecrawl-mcpWeb content fetching and conversion for efficient LLM usage
Fetch and convert any URL to clean text — lightweight and fast
uvx mcp-server-fetchFetch and convert any webpage to clean Markdown
Retrieve raw HTML for custom parsing and scraping pipelines
npx -y @modelcontextprotocol/server-fetchControl and inspect a live Chrome browser from AI agents
Debug automation scripts with Chrome DevTools from inside Claude
npx @chrome-devtools/mcp-serverSQLite database interaction and business intelligence
Store scraped results in SQLite for structured querying
uvx mcp-server-sqlite --db-path /path/to/db.sqliteSecure file operations with configurable access controls
Save extracted data and downloaded files to the local filesystem
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dirWeb and local search using Brave Search API
Discover new pages and URLs to scrape via web search
npx -y @modelcontextprotocol/server-brave-search