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.
- Cursor
- VS Code
- Claude Code
- ChatGPT Desktop
- Claude Desktop
- Other
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.
Prerequisites: VS Code 1.102+ with GitHub Copilot enabled.
Create an mcp.json file in your workspace .vscode folder:
{
"servers": {
"browserless": {
"type": "http",
"url": "https://browserless-docs.mcp.kapa.ai"
}
}
}
For more details, see the VS Code MCP documentation.
Run the following command in your terminal:
claude mcp add browserless https://browserless-docs.mcp.kapa.ai
For more information, see the Claude Code MCP documentation.
ChatGPT Desktop supports MCP servers in developer mode:
- Open ChatGPT Desktop.
- Go to Settings > Features.
- Enable Developer mode.
- Navigate to Settings > MCP Servers.
- Click Add Server and enter:
- Name:
browserless - URL:
https://browserless-docs.mcp.kapa.ai
- Name:
For more information, see the ChatGPT Desktop MCP documentation.
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"browserless": {
"type": "http",
"url": "https://browserless-docs.mcp.kapa.ai"
}
}
}
Restart Claude Desktop for changes to take effect.
For more details, see the Claude Desktop documentation.
MCP is an open protocol supported by many clients. Use the server URL https://browserless-docs.mcp.kapa.ai and refer to your client's documentation for setup instructions.
Most clients accept the standard MCP JSON configuration format:
{
"mcpServers": {
"browserless": {
"url": "https://browserless-docs.mcp.kapa.ai"
}
}
}
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?"