Skip to main content
Search & Data ExtractionPython

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.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/scrapeless-ai/scrapeless-mcp-server

Claude 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.

Details

Category
Search & Data Extraction
Language
Python
Author
scrapeless-ai