The RAG Web Browser MCP server enables AI agents to browse the web and extract content. It provides tools for web scraping, content extraction, and data retrieval. The server connects to websites via HTTP requests and integrates with web APIs. Developers use it to build AI agents that gather real-time web data for research, monitoring, or analysis.
The RAG Web Browser MCP server enables AI agents to browse the web and extract content. It provides tools for web scraping, content extraction, and data retrieval. The server connects to websites via HTTP requests and integrates with web APIs. Developers use it to build AI agents that gather real-time web data for research, monitoring, or analysis.
npx -y @apify/mcp-server-rag-web-browserAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"apify-mcp-server-rag-web-browser-github": {
"command": "npx",
"args": [
"-y",
"npx -y @apify/mcp-server-rag-web-browser"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from rag web browser?"
API Key Required
This server requires an API key from rag web browser. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| RAG_WEB_BROWSER_API_KEY | Yes | Your rag web browser API key |
"What resources are available in rag web browser?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in rag web browser"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in rag web browser with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.