Chrome for AI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_closeB | Close the page |
| browser_resizeC | Resize the browser window |
| browser_console_messagesB | Returns all console messages |
| browser_cookie_listA | List all cookies (optionally filtered by domain/path) |
| browser_cookie_getB | Get a specific cookie by name |
| browser_cookie_setB | Set a cookie with optional flags (domain, path, expires, httpOnly, secure, sameSite) |
| browser_cookie_deleteB | Delete a specific cookie |
| browser_cookie_clearA | Clear all cookies |
| browser_resumeA | Resume script execution after it was paused. When called with step set to true, execution will pause again before the next action. |
| browser_highlightA | Show a persistent highlight overlay around the element on the page. |
| browser_hide_highlightA | Remove a highlight overlay previously added for the element. |
| browser_annotateA | Open the Playwright Dashboard in annotation mode for the current page and wait for the user to draw annotations. Returns the annotated screenshot, ARIA snapshot, and the list of annotations. |
| browser_handle_dialogD | Handle a dialog |
| browser_evaluateC | Evaluate JavaScript expression on page or element |
| browser_file_uploadC | Upload one or multiple files |
| browser_dropA | Drop files or MIME-typed data onto an element, as if dragged from outside the page. At least one of "paths" or "data" must be provided. |
| browser_findA | Search the accessibility snapshot of the current page for text or a regular expression. Returns matching snapshot nodes with a few lines of surrounding context (like search snippets), each shown under its path from the root of the tree, which is cheaper than capturing the whole snapshot when you only need to locate an element and its ref. |
| browser_fill_formC | Fill multiple form fields |
| browser_press_keyB | Press a key on the keyboard |
| browser_typeA | Type text into editable element |
| browser_mouse_move_xyB | Move mouse to a given position |
| browser_mouse_click_xyB | Click mouse button at a given position |
| browser_mouse_drag_xyC | Drag left mouse button to a given position |
| browser_mouse_downC | Press mouse down |
| browser_mouse_upC | Press mouse up |
| browser_mouse_wheelC | Scroll mouse wheel |
| browser_navigateC | Navigate to a URL |
| browser_navigate_backA | Go back to the previous page in the history |
| browser_network_requestsA | Returns a numbered list of network requests since loading the page. Use browser_network_request with the number to get full details. |
| browser_network_requestA | Returns full details (headers and body) of a single network request, or a single part if |
| browser_network_state_setA | Sets the browser network state to online or offline. When offline, all network requests will fail. |
| browser_pdf_saveB | Save page as PDF |
| browser_routeB | Set up a route to mock network requests matching a URL pattern |
| browser_route_listA | List all active network routes |
| browser_unrouteA | Remove network routes matching a pattern (or all routes if no pattern specified) |
| browser_run_code_unsafeA | Run a Playwright code snippet. Unsafe: executes arbitrary JavaScript in the Playwright server process and is RCE-equivalent. |
| browser_take_screenshotA | Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions. |
| browser_snapshotA | Capture accessibility snapshot of the current page, this is better than screenshot |
| browser_clickC | Perform click on a web page |
| browser_dragB | Perform drag and drop between two elements |
| browser_hoverC | Hover over element on page |
| browser_select_optionC | Select an option in a dropdown |
| browser_storage_stateA | Save storage state (cookies, local storage) to a file for later reuse |
| browser_set_storage_stateA | Restore storage state (cookies, local storage) from a file. This clears existing cookies and local storage before restoring. |
| browser_tabsB | List, create, close, or select a browser tab. |
| browser_start_tracingB | Start trace recording |
| browser_stop_tracingB | Stop trace recording |
| browser_start_videoC | Start video recording |
| browser_stop_videoB | Stop video recording |
| browser_video_chapterC | Add a chapter marker to the video recording. Shows a full-screen chapter card with blurred backdrop. |
| browser_video_show_actionsA | Annotate subsequent actions performed on the page with a callout that names the action and highlights the target element. Useful while video recording or screencasting. |
| browser_video_hide_actionsA | Stop annotating actions performed on the page. |
| browser_wait_forC | Wait for text to appear or disappear or a specified time to pass |
| browser_localstorage_listA | List all localStorage key-value pairs |
| browser_localstorage_getB | Get a localStorage item by key |
| browser_localstorage_setC | Set a localStorage item |
| browser_localstorage_deleteC | Delete a localStorage item |
| browser_localstorage_clearA | Clear all localStorage |
| browser_sessionstorage_listA | List all sessionStorage key-value pairs |
| browser_sessionstorage_getB | Get a sessionStorage item by key |
| browser_sessionstorage_setC | Set a sessionStorage item |
| browser_sessionstorage_deleteB | Delete a sessionStorage item |
| browser_sessionstorage_clearA | Clear all sessionStorage |
| stealth_statusA | Show how this MCP is wired: official Playwright MCP surface + Patchright stealth runtime, Chrome profile, proxy, CDP/extension attach. |
| stealth_auditA | Evaluate the current page for common automation fingerprints (webdriver, chrome.*, plugins, WebGL, UA). Uses official browser_evaluate. |
| stealth_checkC | Open a public bot-detector page and return a compact report. Default: https://bot.sannysoft.com/ |
| captcha_detectA | Detect reCAPTCHA, hCaptcha, Turnstile, FunCaptcha, GeeTest, Cloudflare IUAM, DataDome, PerimeterX on the current page. Does not solve interactive captchas. |
| challenge_waitA | Poll the current page until a Cloudflare-style interstitial disappears, or timeout. Headed Chrome lets passive challenges finish. |
| human_waitA | Sleep a human-ish random delay so navigation/challenges can settle. |
| human_scrollC | Smooth-scroll the current page by a pixel delta (official browser_evaluate). |
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/Pelag-Michael/Chrome-for-AI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server