Skip to main content
Glama
firyomaefx

Chrome MCP Control Center

by firyomaefx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
browser_get_status

Get browser automation engine and extension connection status

browser_list_windows

List Chrome windows

browser_list_tabs

List open Chrome tabs (existing session)

browser_get_active_tab

Get the active Chrome tab

browser_focus_tab

Focus a tab by id

browser_read_page

Read page title, text, forms (untrusted content)

browser_read_accessibility_tree

Read accessibility tree for the page

browser_find_elements

Find elements by text, selector, or role

browser_get_element_details

Get details for an element selector

browser_capture_screenshot

Capture a screenshot of a tab

browser_extract_links

Extract hyperlinks from the page

browser_extract_table

Extract a table from the page

browser_read_console

Read recent console messages

browser_read_network_errors

Read recent network errors

browser_get_downloads

List recent downloads

browser_open_url

Navigate to a URL in a tab

browser_create_tab

Create a new tab

browser_close_tab

Close a tab

browser_reload

Reload the current or given tab

browser_go_back

History back

browser_go_forward

History forward

browser_click

Click an element (DOM-first). Requires confirmation in ask mode.

browser_type

Type text into a field (does not submit)

browser_clear_field

Clear an input field

browser_select_option

Select a dropdown option

browser_check

Check a checkbox

browser_uncheck

Uncheck a checkbox

browser_scroll

Scroll the page or an element

browser_hover

Hover an element

browser_drag_drop

Drag from one selector to another

browser_upload_file

Upload a file from an approved path (requires confirmation)

browser_download_file

Download a file to an approved folder (requires confirmation)

browser_wait_forC

Wait for a selector or timeout

browser_handle_dialog

Accept or dismiss a browser dialog

browser_execute_workflow

Execute a saved workflow by id (requires confirmation)

computer_list_windows

List OS windows (computer-use)

computer_focus_window

Focus a window by title substring

computer_capture_screen

Capture full screen (prefer browser screenshot)

computer_locate_text

OCR locate text on screen (fallback)

computer_clickC

Click screen coordinates (high caution)

computer_typeC

Type via OS keyboard (high caution)

computer_press_key

Press a key via OS

computer_scroll

Scroll via OS

computer_wait

Wait milliseconds (max 30000)

computer_request_user_takeover

Pause and request the user to complete a step

system_health

Run system health check

system_emergency_status

Check whether Emergency Stop is active

autofill_detect

Detect forms on the page (no secrets returned)

autofill_preview

Preview autofill mapping; passwords/payment never returned to LLM

autofill_fill

Fill form fields after approval (does NOT submit)

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/firyomaefx/chrome-mcp-control-center'

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