mcp-browser-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Run browser in headless mode (local only) | true |
| ANCHOR_API_KEY | No | AnchorBrowser API key | |
| BROWSER_PROVIDER | No | Browser provider: local, anchorbrowser, browserbase | local |
| SCREENSHOT_FORMAT | No | Screenshot format: png or jpeg | png |
| SESSION_TIMEOUT_MS | No | Browser session timeout (5 min) | 300000 |
| BROWSERBASE_API_KEY | No | Browserbase API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_navigateA | Navigate the browser to a URL. Returns the page title and current URL after navigation. |
| browser_screenshotA | Take a screenshot of the current browser page. Returns a base64-encoded PNG image. |
| browser_clickB | Click on an element in the browser. Can target by CSS selector, text content, or ARIA label. |
| browser_typeB | Type text into an input field or textarea. |
| browser_get_contentA | Get the text content or HTML of the current page or a specific element. |
| browser_evaluateA | Execute JavaScript in the browser and return the result. Useful for complex extractions. |
| browser_waitC | Wait for an element to appear on the page. |
| browser_scrollC | Scroll the page or an element. |
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
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/mehranakila56-ops/mcp-browser-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server