★ 0 stars
Python
🌐 Browser/Web
Updated today
🌐 Extract clean, LLM-ready markdown from any URL, including Cloudflare-protected sites, with this effective MCP server for web scraping.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"webustler": {
"command": "uvx",
"args": [
"webustler"
]
}
}
}
Run in terminal:
claude mcp add webustler uvx webustler
Add to .cursor/mcp.json:
{
"mcpServers": {
"webustler": {
"command": "uvx",
"args": [
"webustler"
]
}
}
}
Or install with pip: pip install webustler
Topics
aianti-botcloudflare-bypassllmmarkdownmcpmcp-servermodel-context-protocolscraperweb-scraping