Back to directory
jonathan-politzki/search-rag

jonathan-politzki/search-rag

@jonathan-politzki

A powerful Model Context Protocol (MCP) server that leverages Apify's RAG Web Browser Actor to search the web and extract content for use with LLMs.

RAGsearchweb browsingApifyMCPClaudeweb scrapingcontext

Installation & Configuration

{
  "mcpServers": {
    "search-rag": {
      "command": "python",
      "args": [
        "/ABSOLUTE/PATH/TO/search-rag.py"
      ],
      "env": {
        "APIFY_API_TOKEN": "your_apify_api_token"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15