Skip to content
Cursor

crawlbit for Cursor

io.github.amati032-dev/crawlbit

Four free tools to check if AI engines can find, read and recognise a site. No API key.

client:Cursor transport:stdio runtime:npm

Install crawlbit in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "crawlbit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "crawlbit-mcp"
      ],
      "env": {
        "CRAWLBIT_BASE_URL": "<CRAWLBIT_BASE_URL>"
      }
    }
  }
}

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

crawlbit in other clients