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.9Added 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 @mseep/mcp-smart-crawler
Add to claude_desktop_config.json
{
"mcpServers": {
"smart-crawler": {
"command": "npx",
"args": ["-y", "@mseep/mcp-smart-crawler"]
}
}
}