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 the Chrome executable. | |
MCP_MAX_STEPS | No | Maximum number of steps for the model. | 30 |
GOOGLE_API_KEY | No | API key for accessing Google services. | |
MCP_MODEL_NAME | No | Name of the model to be used. | claude-3-5-sonnet-20241022 |
MCP_USE_VISION | No | Flag to enable the use of vision capabilities. | true |
OPENAI_API_KEY | No | API key for accessing OpenAI services. | |
MCP_TEMPERATURE | No | Temperature setting for model inference. | 0.3 |
OPENAI_ENDPOINT | No | The API endpoint for OpenAI. | https://api.openai.com/v1 |
CHROME_USER_DATA | No | Optional path to the Chrome user data directory. | |
ANTHROPIC_API_KEY | Yes | API key for accessing Anthropic services. | |
MCP_MODEL_PROVIDER | No | Provider for the model, options include: anthropic, openai, azure, deepseek. | anthropic |
ANONYMIZED_TELEMETRY | No | Flag to enable or disable anonymized telemetry. | false |
AZURE_OPENAI_API_KEY | No | API key for accessing Azure OpenAI services. | |
AZURE_OPENAI_ENDPOINT | No | The API endpoint for Azure OpenAI services. | |
CHROME_DEBUGGING_HOST | No | Host for Chrome debugging. | localhost |
CHROME_DEBUGGING_PORT | No | Port for Chrome debugging. | 9222 |
MCP_MAX_ACTIONS_PER_STEP | No | Maximum number of actions per step. | 5 |
MCP_TOOL_CALL_IN_CONTENT | No | Flag to set tool call in content. | true |
CHROME_PERSISTENT_SESSION | No | Flag to keep the 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 |
---|---|
No tools |