mcp-server-rag-web-browser
This MCP server enables AI agents to interact with the web and extract information from web pages.
The MCP server is designed to provide fast responses to AI agents and large language models (LLMs) by allowing them to perform web searches and retrieve content from the internet. It operates in Standby mode, communicating with the RAG Web Browser Actor to send search queries and receive the extracted web content in real-time. This functionality is particularly useful for applications that require up-to-date information from the web, enhancing the capabilities of AI systems. Users can choose between using the recommended mcp.apify.com for a hassle-free experience or directly integrating with the RAG Web Browser Actor via its HTTP/SSE interface for more control. The server is aimed at simplifying the process of web browsing for AI applications, making it easier for developers to implement web search functionalities in their projects.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-rag-web-browser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-rag-web-browser"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions