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-server

Configuration

{
  "mcpServers": {
    "scrapeless-mcp-server": {
      "command": "npx",
      "args": ["-y", "scrapeless-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub