browser-use-mcp-server
502
The 'browser-use-mcp-server' project is an MCP server aimed at enabling AI agents to control web browsers through automation. It features dual transport modes, real-time VNC streaming, and asynchronous task execution, making it versatile for browser-related tasks.
Command
{ "mcpServers": { "browser-use-mcp-server": { "url": "http://localhost:8000/sse" } } }
browser-use-mcp-server
{ "mcpServers": { "browser-server": { "command": "browser-use-mcp-server", "args": [ "run", "server", "--port", "8000", "--stdio", "--proxy-port", "9000" ], "env": { "OPENAI_API_KEY": "your-api-key" } } } }