★ 505 stars
Rust
🤖 AI/LLM
Updated 1mo ago
Fast, local-first web content extraction for LLMs. Scrape, crawl, extract structured data — all from Rust. CLI, REST API, and MCP server.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"webclaw": {
"command": "cargo",
"args": [
"run",
"--",
"webclaw"
]
}
}
}
Run in terminal:
claude mcp add webclaw cargo run -- webclaw
Add to .cursor/mcp.json:
{
"mcpServers": {
"webclaw": {
"command": "cargo",
"args": [
"run",
"--",
"webclaw"
]
}
}
}
Topics
aiai-agentsai-scrapingclicrawlerdata-extractionfirecrawl-alternativehtml-to-markdownllmmarkdownmcpmcp-serverragrustself-hosted