Model Context Protocol (MCP) Server for the RAG Web Browser Actor 🌐
Mirror of
Overview
The MCP Server for the RAG Web Browser Actor is an implementation that allows AI applications to connect to external tools and data sources, enabling secure interactions between AI applications and resources.
To use the MCP Server, configure it with Claude Desktop by editing the configuration file to recognize the MCP server, and then restart Claude Desktop. You can perform web searches by asking Claude to find information or analyze research papers.
- Enables web search and scraping of URLs to return cleaned content as Markdown. - Fetches content from a single URL and returns it as Markdown. - Supports integration with AI applications like Claude Desktop.
- Performing web searches for information retrieval.
- Analyzing recent research papers on large language models (LLMs).
- Assisting AI agents in accessing external data sources securely.
Add to your AI client
Use these steps to connect Model Context Protocol (MCP) Server for the RAG Web Browser Actor 🌐 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"apify-mcp-server-rag-web-browser-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify-mcp-server-rag-web-browser-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"apify-mcp-server-rag-web-browser-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify-mcp-server-rag-web-browser-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"apify-mcp-server-rag-web-browser-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify-mcp-server-rag-web-browser-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"apify-mcp-server-rag-web-browser-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify-mcp-server-rag-web-browser-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apify-mcp-server-rag-web-browser-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify-mcp-server-rag-web-browser-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"apify-mcp-server-rag-web-browser-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify-mcp-server-rag-web-browser-mcp-mirror"
]
}
}
}FAQ
What is the purpose of the MCP Server?
The MCP Server facilitates secure connections between AI applications and external resources, enhancing their capabilities.
What are the prerequisites for using the MCP Server?
You need MacOS or Windows, Claude Desktop, Node.js (v18 or higher), and an Apify API Token.
Can I test the MCP Server locally?
Yes, you can test the server locally using the provided example client and debugging tools.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":687,"uuid":"a3bd8849-0291-4a10-9bc1-4710382b2b3e","name":"apify_mcp-server-rag-web-browser","title":"Model Context Protocol (MCP) Server for the RAG Web Browser Actor 🌐","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:26:14.693Z","updated_at":"2025-02-23T07:16:02.909Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp,web-browser,ai-assistant","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/apify_mcp-server-rag-web-browser","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]