kimdonghwi94/Web-Analyzer-MCP
Extracts clean web content for RAG and provides Q&A about web pages.
Quick Start
Clone the repository:
git clone https://github.com/kimdonghwi94/web-analyzer-mcpClaude 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.