Skip to main content
Search & Data ExtractionTypeScript

apify/mcp-server-rag-web-browser

An MCP server for Apify's open-source RAG Web Browser Actor to perform web searches, scrape URLs, and return content in Markdown.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/apify/mcp-server-rag-web-browser

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-rag-web-browser": {
      "command": "npx",
      "args": [
        "-y",
        "apify/mcp-server-rag-web-browser"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
apify