apex-browser-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APEX_BROWSER_PORT | No | Port for HTTP transport | 3010 |
| APEX_BROWSER_SHOTS | No | Directory for screenshots | /tmp |
| APEX_BROWSER_HEADLESS | No | Run headless: 1=headless, 0=headed | 0 |
| APEX_BROWSER_TRANSPORT | No | Transport mode: stdio or http | stdio |
| APEX_BROWSER_MAX_SESSIONS | No | Maximum number of concurrent browser sessions | 15 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_new_sessionA | Open an isolated browser session. engine: chrome (real Chrome) | chromium | webkit (Safari engine, multi) | safari (real Safari.app, single-session). Returns a session id. |
| browser_attachA | Attach to a Chrome already running with --remote-debugging-port. mode: default (adopt your logged-in session — real cookies) | isolated (fresh stealthed context on the same Chrome). Returns a session id usable with all other tools. |
| browser_navigateC | Go to a URL in a session. |
| browser_snapshotC | Title, URL, and indexed interactive elements (ref=e1,e2,...). Use a ref with click/type. |
| browser_clickC | Click an element by ref from the latest snapshot. |
| browser_typeC | Fill text into an element by ref; submit:true presses Enter. |
| browser_evaluateC | Run a JS expression in the page, return the result. |
| browser_screenshotC | Save a PNG of the current view, return its path. |
| browser_list_sessionsA | List all open sessions with engine and current URL. |
| browser_close_sessionC | Close and free a session. |
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/apexradius/browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server