Skip to content
Cursor

TheCrawler for Cursor

io.github.manchittlab/thecrawler

Universal web scraper with LLM-ready markdown, RAG chunking, PDF/DOCX support.

client:Cursor transport:stdio runtime:npm

Install TheCrawler in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "thecrawler": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "thecrawler"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TheCrawler in other clients