Skip to main content
Glama
botdojo-ai

local-browser-mcp-server

by botdojo-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HEADLESSNoSet to 'true' to run browser in headless mode (background). Default is false.false
GOOGLE_AI_KEYNoAPI key for Google Gemini AI image generation. Required to use the generate_image tool.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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