MCP Browser Use Server
by JovaniPink
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CHROME_PATH | No | Optional: Path to Chrome executable | |
MCP_MAX_STEPS | No | Maximum number of steps | 30 |
GOOGLE_API_KEY | No | Google API key | |
MCP_MODEL_NAME | No | Model name | claude-3-5-sonnet-20241022 |
MCP_USE_VISION | No | Enable vision capabilities | true |
OPENAI_API_KEY | No | OpenAI API key | |
MCP_TEMPERATURE | No | Model temperature setting | 0.3 |
OPENAI_ENDPOINT | No | OpenAI API endpoint URL | https://api.openai.com/v1 |
CHROME_USER_DATA | No | Optional: Chrome user data directory | |
ANTHROPIC_API_KEY | No | Anthropic API key | |
MCP_MODEL_PROVIDER | No | Model provider (options: anthropic, openai, azure, deepseek) | anthropic |
ANONYMIZED_TELEMETRY | No | Set to false to disable anonymized telemetry | false |
AZURE_OPENAI_API_KEY | No | Azure OpenAI API key | |
AZURE_OPENAI_ENDPOINT | No | Azure OpenAI endpoint URL | |
CHROME_DEBUGGING_HOST | No | Chrome debugging host | localhost |
CHROME_DEBUGGING_PORT | No | Chrome debugging port | 9222 |
MCP_MAX_ACTIONS_PER_STEP | No | Maximum actions per step | 5 |
MCP_TOOL_CALL_IN_CONTENT | No | Enable tool calls in content | true |
CHROME_PERSISTENT_SESSION | No | Set to true to keep browser open between AI tasks | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
run_browser_agent | Handle run-browser-agent tool calls. |