Back to MCP Servers

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

Installation

npx -y mcp-server-rag-web-browser

Configuration

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

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