Cloudflare Browser Rendering (verified)
Browser rendering service. Fetch web pages, convert to markdown, and capture screenshots.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cloudflare/browser-rendering
# Browse available tools
npx -y smithery tool list cloudflare/browser-rendering
# Get full schema for a tool
npx -y smithery tool get cloudflare/browser-rendering accounts_list
# Call a tool
npx -y smithery tool call cloudflare/browser-rendering accounts_list '{}'Direct MCP Connection
Endpoint: https://cloudflare-browser-rendering.run.tools
Tools (5)
accounts_list— List all accounts in your Cloudflare accountset_active_account— Set active account to be used for tool calls that require accountIdget_url_html_content— Get page HTML contentget_url_markdown— Get page converted into Markdownget_url_screenshot— Get page screenshot
# Get full input/output schema for a tool
npx -y smithery tool get cloudflare/browser-rendering