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
Installation
npx -y apify/mcp-server-rag-web-browserConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub