local-browser-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HEADLESS | No | Set to 'true' to run browser in headless mode (background). Default is false. | false |
| GOOGLE_AI_KEY | No | API key for Google Gemini AI image generation. Required to use the generate_image tool. |
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 |
|---|---|
| navigate_to_urlB | Navigate the browser to a specific URL |
| take_screenshotB | Take a screenshot of the current page |
| click_elementC | Click on an element specified by CSS selector |
| type_textA | Type text into an input field specified by CSS selector |
| wait_for_elementB | Wait for an element to appear on the page |
| get_page_infoA | Get information about the current page (title, URL, etc.) |
| scroll_pageC | Scroll the page up or down |
| refresh_pageA | Refresh the current page |
| go_backA | Navigate back in browser history |
| go_forwardA | Navigate forward in browser history |
| generate_imageA | Generate images using Google Gemini 2.0 Flash Preview Image Generation (requires GOOGLE_AI_KEY environment variable) |
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/botdojo-ai/local-browser-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server