Fast, local-first web content extraction for LLMs. Scrape, crawl, extract structured data — all from Rust. CLI, REST API, and MCP server.
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"
]
}
}
}