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.
Quick Start
Clone the repository:
git clone https://github.com/apify/mcp-server-rag-web-browserClaude 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.