MCP Browser Use Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHROME_PATHNoOptional path to the Chrome executable.
MCP_MAX_STEPSNoMaximum number of steps for the model.30
GOOGLE_API_KEYNoAPI key for accessing Google services.
MCP_MODEL_NAMENoName of the model to be used.claude-3-5-sonnet-20241022
MCP_USE_VISIONNoFlag to enable the use of vision capabilities.true
OPENAI_API_KEYNoAPI key for accessing OpenAI services.
MCP_TEMPERATURENoTemperature setting for model inference.0.3
OPENAI_ENDPOINTNoThe API endpoint for OpenAI.https://api.openai.com/v1
CHROME_USER_DATANoOptional path to the Chrome user data directory.
ANTHROPIC_API_KEYYesAPI key for accessing Anthropic services.
MCP_MODEL_PROVIDERNoProvider for the model, options include: anthropic, openai, azure, deepseek.anthropic
ANONYMIZED_TELEMETRYNoFlag to enable or disable anonymized telemetry.false
AZURE_OPENAI_API_KEYNoAPI key for accessing Azure OpenAI services.
AZURE_OPENAI_ENDPOINTNoThe API endpoint for Azure OpenAI services.
CHROME_DEBUGGING_HOSTNoHost for Chrome debugging.localhost
CHROME_DEBUGGING_PORTNoPort for Chrome debugging.9222
MCP_MAX_ACTIONS_PER_STEPNoMaximum number of actions per step.5
MCP_TOOL_CALL_IN_CONTENTNoFlag to set tool call in content.true
CHROME_PERSISTENT_SESSIONNoFlag to keep the browser open between AI tasks.false

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools