Skip to main content
Glama

Concurrent Browser MCP

by sailaoda

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WIDTHNoDefault viewport width1280
HEIGHTNoDefault viewport height720
BROWSERNoDefault browser type (chromium/firefox/webkit)chromium
HEADLESSNoDefault headless modetrue
BYPASS_CSPNoBypass CSPfalse
USER_AGENTNoDefault user agent
MAX_INSTANCESNoMaximum number of browser instances20
CLEANUP_INTERVALNoCleanup interval in minutes5
INSTANCE_TIMEOUTNoInstance timeout in minutes30
IGNORE_HTTPS_ERRORSNoIgnore HTTPS errorsfalse

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
browser_create_instance

Create a new browser instance

browser_list_instances

List all browser instances

browser_close_instance

Close the specified browser instance

browser_close_all_instances

Close all browser instances

browser_navigate

Navigate to a specified URL

browser_go_back

Go back to the previous page

browser_go_forward

Go forward to the next page

browser_refresh

Refresh the current page

browser_click

Click on a page element

browser_type

Type text into an element

browser_fill

Fill a form field

browser_select_option

Select an option from a dropdown

browser_get_page_info

Get detailed page information including full HTML content, page statistics, and metadata

browser_get_element_text

Get element text content

browser_get_element_attribute

Get element attribute value

browser_screenshot

Take a screenshot of the page or element

browser_wait_for_element

Wait for an element to appear

browser_wait_for_navigation

Wait for page navigation to complete

browser_evaluate

Execute JavaScript code in the page context

browser_get_markdown

Get page content in Markdown format, optimized for large language models

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

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