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.
Quick Start
Clone the repository:
git clone https://github.com/scrapeless-ai/scrapeless-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"scrapeless-mcp-server": {
"command": "npx",
"args": [
"-y",
"scrapeless-ai/scrapeless-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.