Back to MCP Servers
Scrapeless
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.
search-data-extractiongoapi
Installation
npx -y scrapeless-mcp-serverConfiguration
{
"mcpServers": {
"scrapeless-mcp-server": {
"command": "npx",
"args": ["-y", "scrapeless-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes