mcp-server-crawler

codecracker2020/mcp-server-crawler
★ 0 stars JavaScript AI/LLM Updated 4d ago
A customizable MCP server framework for crawling websites, extracting structured content, and providing powerful search and retrieval capabilities to AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-crawler": {
      "command": "npx",
      "args": [
        "-y",
        "codecracker2020/mcp-server-crawler"
      ]
    }
  }
}