MCP Browser
by wgarrido
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CDP_URL | No | Chrome DevTools Protocol endpoint | http://localhost:9222 |
| CACHE_TTL | No | Cache time-to-live in seconds | 300 |
| LOG_LEVEL | No | debug, info, warn, error | info |
| CHROME_PATH | No | Custom path to Chrome/Chromium executable | |
| CACHE_ENABLED | No | Enable in-memory page cache | true |
| SEARCH_ENGINE | No | google or duckduckgo | |
| CHROME_HEADLESS | No | Auto-launch Chrome in headless mode (recommended) | false |
| CHROME_PROFILES | No | JSON map of profile name → CDP URL | {} |
| DEFAULT_TIMEOUT | No | Page load timeout in ms | 30000 |
| MAX_CONTENT_LENGTH | No | Max returned content in characters | 50000 |
| MAX_CONCURRENT_TABS | No | Max simultaneous browser tabs | 5 |
| SESSION_TIMEOUT_MINUTES | No | Auto-close inactive tabs after this duration | 30 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/wgarrido/mcp-browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server