Skip to main content

Browserless Docs MCP

Connect to Browserless documentation directly from your IDE or AI tool.

Setup

URL: https://browserless-docs.mcp.kapa.ai

Setup steps vary depending on which AI assistant you're using.

Add the following to your .cursor/mcp.json file:

{
"mcpServers": {
"browserless": {
"type": "http",
"url": "https://browserless-docs.mcp.kapa.ai"
}
}
}

For more information, see the Cursor MCP documentation.

What you can do

Once connected, you can ask context-aware questions about Browserless from within your editor. For example:

  • "How do I connect to Browserless with Puppeteer?"
  • "What are the available stealth options?"
  • "How do I solve CAPTCHAs with BrowserQL?"