Browserless
Scrape any webpage to extract content in formats like Markdown, HTML, or PDF. Navigate JavaScript-heavy sites and bypass anti-bot protections automatically. Transform raw web data into structured inf…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add browserless/browserless-mcp
# Browse available tools
npx -y smithery tool list browserless/browserless-mcp
# Get full schema for a tool
npx -y smithery tool get browserless/browserless-mcp browserless_smartscraper
# Call a tool
npx -y smithery tool call browserless/browserless-mcp browserless_smartscraper '{}'Direct MCP Connection
Endpoint: https://browserless-mcp--browserless.run.tools
Required config:
token(query) — Your Browserless API Token
Tools (1)
browserless_smartscraper— Scrape any webpage using the Browserless smart scraper. Returns page content in requested formats (markdown, html, scre…
# Get full input/output schema for a tool
npx -y smithery tool get browserless/browserless-mcp Resources
browserless://api-docsbrowserless://status
Prompts (2)
scrape-url(url, includeScreenshot) — Scrape a webpage and return its content as markdown with metadataextract-content(url, instructions) — Extract specific information from a webpage using the smart scraper