Loading...
npm install
npm run build{
"mcpServers": {
"rag-web-browser": {
"command": "npx",
"args": ["@apify/mcp-server-rag-web-browser"],
"env": {
"APIFY_TOKEN": "your-apify-api-token"
}
}
}
}searchQueries Google or fetches a URL, returning cleaned page content.
Can fetch arbitrary URLs and execute JavaScript, potentially exposing the agent to malicious content.
This MCP server is relatively safe for read-only web browsing. However, the ability to fetch arbitrary URLs and execute JavaScript introduces some risk. Ensure proper input validation and content sanitization to mitigate potential threats.