AI & ML
Trust: 34/100 (Limited)io.github.Decodo/mcp-web-scraper Guide
Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites
20 starsby Decodo
Quick Start
Install
npx @decodo/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-decodo-mcp-web-scraper": {
"command": "npx",
"args": [
"@decodo/mcp-server"
]
}
}
}