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
By apify
Installation
npx -y mcp-server-rag-web-browserConfiguration
{
"mcpServers": {
"mcp-server-rag-web-browser": {
"command": "npx",
"args": ["-y", "mcp-server-rag-web-browser"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes