Skip to main content
Glama
apexradius

apex-browser-mcp

by apexradius

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APEX_BROWSER_PORTNoPort for HTTP transport3010
APEX_BROWSER_SHOTSNoDirectory for screenshots/tmp
APEX_BROWSER_HEADLESSNoRun headless: 1=headless, 0=headed0
APEX_BROWSER_TRANSPORTNoTransport mode: stdio or httpstdio
APEX_BROWSER_MAX_SESSIONSNoMaximum number of concurrent browser sessions15

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/apexradius/browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server