A MCP Server for the RAG Web Browser Actor.
The MCP Server for the RAG Web Browser Actor is a powerful tool that enables large language models (LLMs) and RAG pipelines to perform web search and content retrieval, similar to the web search functionality in ChatGPT.
The MCP Server for the RAG Web Browser Actor is primarily aimed at developers and researchers working with LLMs and RAG pipelines. It can be used to enhance the capabilities of AI assistants, chatbots, and other applications that require web search and content retrieval functionality.
Overall, the MCP Server for the RAG Web Browser Actor is a valuable tool for developers and researchers looking to integrate web search and content retrieval capabilities into their AI-powered applications.
Configuration
{
"mcpServers": {
"mcp-server-rag-web-browser": {
"command": "npx",
"args": [
"/path/to/mcp-server-rag-web-browser/build/index.js"
],
"env": {
"APIFY_API_TOKEN": "your_api_token"
}
}
}
}
Requirements
| Feature | Support | |---------|---------| | Operating Systems | macOS, Windows | | Runtime | Node.js | | Development | TypeScript | | Dependencies | Apify SDK |
The server provides robust web search and content extraction capabilities through Apify's infrastructure, making it particularly useful for RAG (Retrieval-Augmented Generation) applications.