Skip to main content
Search & Data ExtractionPython

kimdonghwi94/Web-Analyzer-MCP

Extracts clean web content for RAG and provides Q&A about web pages.

search-data-extractionlocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/kimdonghwi94/web-analyzer-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "web-analyzer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kimdonghwi94/Web-Analyzer-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
kimdonghwi94