scrapeless-ai/scrapeless-mcp-server
The Scrapeless Model Context Protocol service acts as an MCP server connector to the Google SERP API, enabling web search within the MCP ecosystem without leaving it.
Ads
Overview
The Scrapeless Model Context Protocol service acts as an MCP server connector to the Google SERP API, enabling web search within the MCP ecosystem without leaving it.
Installation
npx -y scrapeless-mcp-server
Configuration
{
"mcpServers": {
"Scrapeless MCP Server": {
"command": "npx",
"args": [
"-y",
"scrapeless-mcp-server"
],
"env": {
"SCRAPELESS_KEY": "YOUR_SCRAPELESS_KEY"
}
}
}
}Capabilities
- Google Search & Trends
Ask for live search results or trending data via `google_search` and `google_trends`.
- Browser automation
Control a cloud browser with `browser_goto`, `browser_click`, `browser_type`, and `browser_screenshot` for interactive page tasks.
- Scrape in multiple formats
Extract any URL as HTML, Markdown, or a screenshot using `scrape_html`, `scrape_markdown`, or `scrape_screenshot`.
- Crawl entire sites
Start an async crawl with `crawl_start`, monitor it via `crawl_result`, and cancel with `crawl_cancel`.
Tags
- web-scraping
- search
- data-analysis
- awesome-list
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.