You'd reach for this when you need to automate browser interactions through MCP or HTTP endpoints. It exposes tasks, sessions, and recipes for controlling web browsers programmatically, letting Claude handle things like form submissions, navigation, and page scraping without you writing Puppeteer boilerplate. The server sits between your MCP client and browser automation tooling, giving you a clean abstraction for web tasks. Think of it as a way to hand off "go to this page and click these buttons" instructions to Claude, with session management baked in so you can maintain state across multiple operations.
WEB_TASK_API_DATA_DIROptional mutable data root for web-task-api runs, sessions, profiles, and temp state. When omitted, the runtime uses a platform user-data directory instead of the ambient cwd.
WEB_TASK_API_RECIPES_DIROptional recipes directory override. When omitted, web-task-api reads bundled recipes from the installed package.
WEB_TASK_API_TEMP_DIROptional temp root override used when incoming temp env variables point at your home directory or working directory.
WEB_TASK_API_MODELOptional shared default planner model for catalog-backed PI and OpenCode selections. Defaults to deepseek/deepseek-v4-flash.
WEB_TASK_API_VARIANTOptional shared default planner thinking variant for catalog-backed PI and OpenCode selections. Defaults to high.
WEB_TASK_API_PI_URLOptional PI engine base URL for the preferred planner backend. Defaults to http://127.0.0.1:8793.
WEB_TASK_API_PI_MODELOptional PI-specific planner model override. Defaults to WEB_TASK_API_MODEL when omitted.
WEB_TASK_API_PI_VARIANTOptional PI-specific thinking variant override. Defaults to WEB_TASK_API_VARIANT when omitted.
CLIPROXY_BASE_URLOptional CLIProxy base URL for the legacy fallback planner backend.
CLIPROXY_AUTH_TOKENsecretOptional CLIProxy auth token for the legacy fallback planner backend.
CLIPROXY_MODELOptional CLIProxy model alias for the legacy fallback planner backend.
OPENCODE_BASE_URLOptional OpenCode base URL for the compatibility planner backend.
OPENCODE_MODELOptional OpenCode model name for the compatibility planner backend. Defaults to WEB_TASK_API_MODEL when omitted.
BROWSER_USER_DATA_DIROptional existing Chromium/Chrome user-data directory for warmed browser state reuse.
BROWSER_CHANNELOptional Playwright browser channel override, for example `chrome`.
HEADLESSOptional browser headless toggle. Set `false` to prefer a visible browser.
therealtimex/browser-use
jae-jae/fetcher-mcp
merajmehrabi/puppeteer-mcp-server
com.thenextgennexus/playwright-mcp-server
saik0s/mcp-browser-use