[ MCP_NODE_3752 ]
browser-use-mcp-server
CATEGORY:
Browser Automation
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
An MCP server that enables AI agents to control web browsers using browser-use.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"browser-use-mcp-server-en": {
"description": "An MCP server that enables AI agents to control web browsers using browser-use.",
"command": "browser-use-mcp-server",
"args": [
"run",
"server",
"--port",
"8000",
"--stdio",
"--proxy-port",
"9000"
],
"env": {
"OPENAI_API_KEY": "your-api-key"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.