Smart Crawler
Freeby MCP Community
A command-line tool acting as an MCP (ModelContextProtocol) server, using Playwright to crawl web content for AI models.
v1.0.10Added Apr 12, 2026
crawlerscraperplaywrightautomationweb
Smart Crawler MCP Server
A command-line tool acting as an MCP (ModelContextProtocol) server, using Playwright to crawl web content for AI models.
Installation
Reviews
Installation
Quick install
npx -y mcp-smart-crawler
Add to claude_desktop_config.json
{
"mcpServers": {
"smart-crawler": {
"command": "npx",
"args": ["-y", "mcp-smart-crawler"]
}
}
}