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
{
"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