MCP Server that lets AI agents perform Google searches and retrieve cleaned web-page content via Apify’s RAG Web Browser Actor.
https://github.com/apify/mcp-server-rag-web-browserStop building janky web scraping scripts. This MCP server turns your AI agent into a proper web researcher that can search Google, extract clean content from any URL, and return it in perfect markdown format.
Your AI agent is brilliant at reasoning, but it's stuck in a bubble. No real-time data. No current events. No ability to research topics or verify claims against live web content. You've probably tried:
Meanwhile, your users expect your AI to know what happened yesterday, analyze current market conditions, or research the latest technical documentation.
This server connects your AI agent directly to Apify's industrial-grade web scraping infrastructure. Your agent gets a single search
tool that handles the entire pipeline:
No rate limits. No parsing headaches. No infrastructure to maintain.
Research Assistant: "Find recent studies on transformer architecture improvements" returns clean, formatted content from academic papers and tech blogs in seconds.
Market Intelligence: Your AI can analyze competitor pricing, feature announcements, or industry news by searching and extracting current web content.
Technical Documentation: "Get the latest API documentation for Stripe's payment intents" pulls fresh docs without relying on potentially outdated training data.
Content Verification: Let your AI fact-check claims by searching for authoritative sources and extracting relevant passages.
Competitive Analysis: Automatically monitor competitor websites, product pages, and announcements without building custom scrapers.
Apify's Infrastructure: You're getting enterprise-grade scraping that handles JavaScript rendering, anti-bot measures, and content extraction at scale.
Clean Output: No more parsing HTML soup. Everything comes back as clean markdown your AI can immediately understand and work with.
Flexible Scraping: Choose between fast HTTP scraping or full browser rendering with Playwright depending on your needs.
Zero Maintenance: No proxies to manage, no scrapers to update, no servers to maintain. Just install and use.
Works seamlessly with Claude Desktop:
{
"mcpServers": {
"rag-web-browser": {
"command": "npx",
"args": ["@apify/mcp-server-rag-web-browser"],
"env": {
"APIFY_TOKEN": "your-apify-api-token"
}
}
}
}
Your AI immediately gains the ability to search and browse the web with queries like:
Built by Apify, the team behind the largest web scraping platform. You get:
This isn't a weekend project - it's production-ready infrastructure you can depend on.
# Install
npm install -g @apify/mcp-server-rag-web-browser
# Get your free Apify token
# Sign up at apify.com - generous free tier included
Add to your Claude Desktop config and restart. Your AI agent now has web browsing superpowers.
The difference between AI agents that can only work with training data and those that can research current, real-world information is dramatic. This server eliminates the technical barriers that keep most developers from giving their agents proper web access.
Your users will immediately notice the difference when your AI can reference yesterday's news, current pricing, or the latest documentation. That's the kind of capability that separates production AI applications from demos.