Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
An MCP server implementation for the RAG Web Browser Actor that enables AI agents to perform web searches and extract content from web pages through a local stdio-based server.
Add this to your MCP client configuration:
{
"mcpServers": {
"apify-mcp-server-rag-web-browser": {
"command": "npx",
"args": [
"@apify/mcp-server-rag-web-browser"
],
"env": {
"APIFY_TOKEN": "<Your Apify API token>"
}
}
}
}{
"id": "apify-mcp-server-rag-web-browser",
"name": "Apify RAG Web Browser",
"description": "An MCP server implementation for the RAG Web Browser Actor that enables AI agents to perform web searches and extract content from web pages through a local stdio-based server.",
"source_url": "https://github.com/apify/mcp-server-rag-web-browser",
"publisher_name": "apify",
"publisher_url": "https://github.com/apify",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 4143,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@apify/mcp-server-rag-web-browser"
},
"tools_count": 1
}