acrawl — LLM-powered web crawler. Describe what you want in plain English, get structured data back. Single Rust binary, 25 providers, MCP server built-in.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agenticcrawler": {
"command": "cargo",
"args": [
"run",
"--",
"AgenticCrawler"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agenticcrawler cargo run -- AgenticCrawler
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agenticcrawler": {
"command": "cargo",
"args": [
"run",
"--",
"AgenticCrawler"
]
}
}
}
📋 Copy