Back to MCP Servers
Web Analyzer
Extracts clean web content for RAG and provides Q&A about web pages.
search-data-extractionrag
By kimdonghwi94
Installation
npx -y web-analyzer-mcpConfiguration
{
"mcpServers": {
"web-analyzer-mcp": {
"command": "npx",
"args": ["-y", "web-analyzer-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes