mcp-server-rag-web-browser

mcp-server-rag-web-browser

142

This project is an MCP server designed to enhance AI client interactions with the web, focusing on fast information retrieval and processing for AI models using the RAG Web Browser Actor. It integrates seamlessly with existing AI systems, providing efficient communication and data extraction.

Model Context Protocol (MCP) Server for the RAG Web Browser Actor 🌐

  • Purpose: This MCP server enables AI models to interact with the web, extracting information efficiently. It works with the RAG Web Browser Actor to perform tasks similar to web searches in ChatGPT.
  • Features:
    • Fast web responses for AI agents and LLMs.
    • Performs web searches and scrapes top URLs, providing content in Markdown.
  • Components:
    • Tools like 'search' for querying Google and returning results in various formats such as text and HTML.
  • Integration: Connects with external tools and data sources through the Model Context Protocol.
  • Configuration: Requires Node.js and Claude Desktop for setup. Local installation involves a few steps using git and npm.
  • Development: Includes local testing options and debugging using MCP Inspector.