Search
Trust: 32/100 (Limited)io.github.ryudi84/web-scraper Guide
MCP server for web scraping: URLs, links, metadata, CSS extraction.
by ryudi84
Quick Start
Install
npx sovereign-web-scraper-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ryudi84-web-scraper": {
"command": "npx",
"args": [
"sovereign-web-scraper-mcp"
]
}
}
}