An MCP server for Apify's RAG Web Browser Actor, performing web searches, scraping URLs, and returning content in Markdown within the MCP protocol.
Loading more......
MCP servers for automating and controlling the user's browser using existing browser profiles, ideal for tasks requiring logged-in sessions and avoiding bot detection. Includes implementations by browsermcp and modelcontext.
Integrates with web browsers to enable automated web scraping, form filling, and interaction with web applications. This is a popular and well-maintained MCP server focused on browser automation.
Provides an async browser automation server using OpenAI's GPT-4o model, enabling remote web navigation, content extraction, and task execution with configurable browser contexts. This is a robust MCP server solution for browser automation.
An MCP server implementation using Playwright for browser automation and web scraping tasks, enabling automation within the MCP ecosystem. Several projects implement this, including Automata Labs, ExecuteAutomation, and the Playwright Community.
Allows LLMs to control and interact with web browsers via Puppeteer and MCP, supporting web scraping, automated testing, and web-based report generation.
3D Printer MCP enables LLMs to control and monitor 3D printing hardware, manage print jobs, and optimize the additive manufacturing process.
Source: GitHub Repository
apify/mcp-server-rag-web-browser is an open-source MCP (Model Context Protocol) server designed for Apify's RAG Web Browser Actor. It enables integration with AI assistants and LLM (Large Language Model) pipelines to perform automated web search, scrape content from URLs, and return cleaned content in Markdown format within the MCP protocol.
search tool queries Google Search, scrapes the top N URLs from results, and returns cleaned content in Markdown.query (string, required): Search term or URL.max_results (number, optional): Maximum number of search results to scrape (default: 1).APIFY_API_TOKEN)No pricing information is provided; this is an open-source project under the Apache-2.0 license.
mcp, web, scraping, rag, automation
code-execution-automation-mcp-servers