Browser-Use MCP Server

by Saik0s
Verified

run_browser_agent

Handle run-browser-agent tool calls.

Input Schema

NameRequiredDescriptionDefault
add_infosNo
taskYes

Input Schema (JSON Schema)

{ "properties": { "add_infos": { "default": "", "title": "Add Infos", "type": "string" }, "task": { "title": "Task", "type": "string" } }, "required": [ "task" ], "title": "run_browser_agentArguments", "type": "object" }

You must be authenticated.

Other Tools