@nxavis/agent-browser-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_BROWSER_PATH | No | Custom path to the agent-browser CLI if not in PATH |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_navigateB | Navigate to a URL in the browser |
| browser_go_backA | Navigate back in browser history |
| browser_go_forwardA | Navigate forward in browser history |
| browser_reloadA | Reload the current page |
| browser_clickB | Click on an element identified by selector or accessibility properties |
| browser_fillB | Fill a text input field with the specified value |
| browser_typeA | Type text character by character (useful for triggering key events) |
| browser_hoverC | Hover over an element |
| browser_scrollB | Scroll the page or an element |
| browser_selectC | Select an option from a dropdown |
| browser_checkA | Check a checkbox or radio button |
| browser_uncheckB | Uncheck a checkbox |
| browser_pressC | Press a keyboard key |
| browser_get_textA | Get text content from an element or the entire page |
| browser_get_htmlA | Get HTML content from an element or the entire page |
| browser_get_attributeB | Get an attribute value from an element |
| browser_get_urlB | Get the current page URL |
| browser_get_titleB | Get the current page title |
| browser_snapshotA | Get an accessibility tree snapshot of the page for AI-friendly element references |
| browser_is_visibleC | Check if an element is visible |
| browser_is_enabledC | Check if an element is enabled |
| browser_is_checkedB | Check if a checkbox/radio is checked |
| browser_screenshotC | Take a screenshot of the page or an element |
| browser_pdfB | Generate a PDF of the current page |
| browser_new_sessionB | Create a new isolated browser session |
| browser_close_sessionC | Close a browser session |
| browser_wait_for_selectorC | Wait for an element to appear in the page |
| browser_wait_for_navigationC | Wait for navigation to complete |
| browser_get_cookiesC | Get cookies from the browser |
| browser_set_cookiesB | Set cookies in the browser |
| browser_clear_cookiesC | Clear all cookies |
| browser_evaluateB | Execute JavaScript code in the browser context |
| browser_get_consoleC | Get console messages from the browser |
| browser_get_networkB | Get network requests made by the browser |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/softallice/agent-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server