Browser MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_BROWSER_PROFILE | No | Custom browser profile location. The server uses an isolated browser profile at /tmp/chrome-mcp-profile by default. | /tmp/chrome-mcp-profile |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| browser_navigateC | Navigate to a URL in the browser (see browser_docs) |
| browser_reloadC | Reload the current page (see browser_docs) |
| browser_go_backB | Navigate back in history (see browser_docs) |
| browser_go_forwardB | Navigate forward in history (see browser_docs) |
| browser_clickB | Click an element on the page using Playwright selector (see browser_docs) |
| browser_typeC | Type text into an input field (see browser_docs) |
| browser_hoverC | Hover over an element (see browser_docs) |
| browser_focusC | Focus an element (see browser_docs) |
| browser_selectC | Select options in a dropdown (see browser_docs) |
| browser_scrollC | Scroll the page (see browser_docs) |
| browser_mouse_moveC | Move the mouse to specific coordinates (see browser_docs) |
| browser_mouse_clickC | Click the mouse at specific coordinates or on current position (see browser_docs) |
| browser_mouse_dragC | Drag from one position to another (see browser_docs) |
| browser_mouse_wheelC | Scroll the mouse wheel (see browser_docs) |
| browser_press_keyC | Send a keyboard event (press a key) (see browser_docs) |
| browser_list_pagesC | List all open browser pages (tabs) (see browser_docs) |
| browser_new_pageC | Open a new browser page (tab) (see browser_docs) |
| browser_switch_pageC | Switch to a different browser page (tab) (see browser_docs) |
| browser_close_pageA | Close a browser page (tab) (see browser_docs) |
| browser_get_media_summaryB | Get a summary of all audio and video elements on the page (see browser_docs) |
| browser_get_audio_analysisC | Analyze audio output for a duration to detect sound vs silence and frequencies (see browser_docs) |
| browser_control_mediaC | Control a media element (play, pause, seek, mute) (see browser_docs) |
| browser_console_startA | Start capturing browser console logs (console.log, console.error, console.warn, etc.) (see browser_docs) |
| browser_console_getA | Get all captured console logs since browser_console_start was called (see browser_docs) |
| browser_console_clearB | Clear all captured console logs and stop listening (see browser_docs) |
| browser_screenshotB | Take a screenshot of the current page (see browser_docs) |
| browser_get_textC | Get text content from an element (see browser_docs) |
| browser_evaluateB | Execute JavaScript in the browser context (see browser_docs) |
| browser_get_domC | Get the full DOM structure or specific element data (see browser_docs) |
| browser_read_pageC | Read the content and metadata of the current page (see browser_docs) |
| browser_health_checkB | Check if the browser is running and accessible on port 9222 (see browser_docs) |
| browser_waitC | Pause execution for a duration (see browser_docs) |
| browser_resize_windowC | Resize the browser window (useful for testing responsiveness) (see browser_docs) |
| browser_wait_for_selectorC | Wait for an element to appear on the page (see browser_docs) |
| browser_start_video_recordingC | Start recording browser session as video (see browser_docs) |
| browser_stop_video_recordingB | Stop video recording and save the file (see browser_docs) |
| browser_docsA | Get detailed documentation, return values, examples, and caveats for any browser tool |
| browser_perf_start_profileC | Start CPU profiling to track JavaScript execution (see browser_docs) |
| browser_perf_stop_profileC | Stop CPU profiling and get profile data (see browser_docs) |
| browser_perf_take_heap_snapshotC | Capture heap snapshot for memory analysis (see browser_docs) |
| browser_perf_get_heap_usageB | Get current JavaScript heap usage statistics (see browser_docs) |
| browser_perf_get_metricsB | Get runtime performance metrics (DOM nodes, event listeners, JS heap) (see browser_docs) |
| browser_perf_get_performance_metricsB | Get web vitals and navigation timing (FCP, LCP, CLS, TTFB) (see browser_docs) |
| browser_perf_start_coverageC | Start tracking CSS and JavaScript code coverage (see browser_docs) |
| browser_perf_stop_coverageC | Stop coverage and get results showing used vs unused code (see browser_docs) |
| browser_net_start_monitoringC | Start monitoring network requests with detailed timing (see browser_docs) |
| browser_net_get_requestsC | Get captured network requests with timing breakdown (see browser_docs) |
| browser_net_stop_monitoringB | Stop network monitoring and clear request log (see browser_docs) |
| browser_net_export_harB | Export full network activity log in HAR format (see browser_docs) |
| browser_net_get_websocket_framesC | Get WebSocket frames for inspecting real-time communication (see browser_docs) |
| browser_net_set_request_blockingC | Block requests matching URL patterns (see browser_docs) |
| browser_net_emulate_conditionsC | Emulate network conditions (throttling) (see browser_docs) |
| browser_sec_get_security_headersC | Inspect security-related HTTP headers (see browser_docs) |
| browser_sec_get_certificate_infoB | Get TLS/SSL certificate details for HTTPS sites (see browser_docs) |
| browser_sec_detect_mixed_contentB | Detect mixed content warnings (HTTPS page loading HTTP resources) (see browser_docs) |
| browser_sec_start_csp_monitoringC | Monitor Content Security Policy violations (see browser_docs) |
| browser_sec_get_csp_violationsC | Get captured CSP violations (see browser_docs) |
| browser_sec_stop_csp_monitoringC | Stop CSP monitoring and clear violations (see browser_docs) |
| browser_storage_get_indexeddbC | Inspect IndexedDB databases and their data (see browser_docs) |
| browser_storage_get_cache_storageC | List Cache Storage API caches and their entries (see browser_docs) |
| browser_storage_delete_cacheC | Delete a specific cache from Cache Storage (see browser_docs) |
| browser_storage_get_service_workersB | Get service worker registrations and their state (see browser_docs) |
| browser_storage_unregister_service_workerC | Unregister a service worker (see browser_docs) |
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/MadeByTokens/browser-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server