Chrome MCP Docker
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHROME_HOST | No | The host where the Chrome browser is running | localhost |
| CHROME_PORT | No | The port where Chrome DevTools Protocol is exposed | 9222 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| navigateB | Navigates to a URL and waits for network idle. |
| screenshotA | Takes a screenshot of the viewport. Returns base64. |
| clickB | Clicks an element identified by CSS selector. |
| typeC | Types text into an input field. |
| scrollB | Scrolls the page. Use x,y coordinates OR selector to scroll into view. |
| wait_for_selectorC | Waits for an element to appear in the DOM. |
| get_computed_stylesB | Returns the computed CSS styles for an element (essential for UI debugging). |
| get_network_errorsB | Returns a list of failed network requests. |
| get_console_logsB | Returns captured console logs (errors, warnings, info). Useful for debugging JS issues. |
| mobile_modeB | Toggles mobile viewport (iPhone X dimensions). |
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
- 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/null-runner/chrome-mcp-docker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server