search & data extraction

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.

typescript
cloud
search & data extraction
0
View on GitHub

Installation

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

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub