MCP Server

Browser MCP

Cloud browser automation for AI agents

Give your AI agent a real browser. Browser MCP provides cloud-hosted Chromium sessions with persistent cookies, stealth mode, and CAPTCHA solving. Navigate pages, click elements, fill forms, take screenshots, and record sessions as mp4 video. Every session includes a Live View URL so users can watch the browser in real time.

MCP Endpoint
https://146-190-214-35.nip.io/mcp
Bearer token authentication required
Checking...
Tools
browser_navigate
Navigate to a URL and get a structured page snapshot with interactive refs
browser_snapshot
Capture the current page state without navigating
browser_click
Click an interactive element by ref
browser_fill
Type text into an input field by ref
browser_hover
Hover an element to trigger menus or tooltips
browser_press
Press a keyboard key (Enter, Tab, Escape, etc.)
browser_screenshot
Take a JPEG screenshot of the current page
browser_wait
Wait for navigation, selectors, or load states
browser_start_recording
Start recording the session as video
browser_stop_recording
Stop recording and get the mp4 download URL
browser_get_live_view
Get a shareable URL to watch the session in real time
browser_request_login
Open a Live View window for manual authentication
browser_close_session
Close the browser session (cookies persist)
browser_get_recording
Get session recording URL and action log
browser_get_action_log
Get the full timeline of actions performed
Use Cases
Web scraping and data extraction from JavaScript-heavy sites
Automated form filling, account signups, and onboarding flows
Social media posting and content management (LinkedIn, X, etc.)
Recording product demos and walkthroughs as video
Human-in-the-loop authentication for sites that require login
Copied to clipboard