Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Web Browser Server
by
random-robbie
Verified
GitHub
Browser Automation
Python
MIT License
8
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
browse_to
Copy
Navigate to a specific URL and return the page's HTML content. Args: url: The full URL to navigate to context: Optional context object for logging (ignored) Returns: The full HTML content of the page
Input Schema
Name
Required
Description
Default
context
No
url
Yes
Input Schema (JSON Schema)
{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "browse_toArguments", "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
browse_to
click_element
extract_text_content
get_page_links
get_page_screenshots
input_text