search & data extraction
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.
python
cloud
search & data extraction
Installation
npx -y scrapeless-ai/scrapeless-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "scrapeless-mcp-server",
"command": "npx",
"args": [
"-y",
"scrapeless-ai/scrapeless-mcp-server"
]
}About This MCP Server
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.
GitHub: https://github.com/scrapeless-ai/scrapeless-mcp-server
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub