← Back to Plugins
MCP Server MCP

Web Task

github By github 👁 1 views ▲ 0 votes

Browser tasks, sessions, and recipes for MCP and HTTP automation.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "web-task-api",
      "version": "0.10.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional 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.",
          "format": "string",
          "name": "WEB_TASK_API_DATA_DIR"
        },
        {
          "description": "Optional recipes directory override. When omitted, web-task-api reads bundled recipes from the installed package.",
          "format": "string",
          "name": "WEB_TASK_API_RECIPES_DIR"
        },
        {
          "description": "Optional temp root override used when incoming temp env variables point at your home directory or working directory.",
          "format": "string",
          "name": "WEB_TASK_API_TEMP_DIR"
        },
        {
          "description": "Optional shared default planner model for catalog-backed PI and OpenCode selections. Defaults to deepseek/deepseek-v4-flash.",
          "format": "string",
          "name": "WEB_TASK_API_MODEL"
        },
        {
          "description": "Optional shared default planner thinking variant for catalog-backed PI and OpenCode selections. Defaults to high.",
          "format": "string",
          "name": "WEB_TASK_API_VARIANT"
        },
        {
          "description": "Optional PI engine base URL for the preferred planner backend. Defaults to http://127.0.0.1:8793.",
          "format": "string",
          "name": "WEB_TASK_API_PI_URL"
        },
        {
          "description": "Optional PI-specific planner model override. Defaults to WEB_TASK_API_MODEL when omitted.",
          "format": "string",
          "name": "WEB_TASK_API_PI_MODEL"
        },
        {
          "description": "Optional PI-specific thinking variant override. Defaults to WEB_TASK_API_VARIANT when omitted.",
          "format": "string",
          "name": "WEB_TASK_API_PI_VARIANT"
        },
        {
          "description": "Optional CLIProxy base URL for the legacy fallback planner backend.",
          "format": "string",
          "name": "CLIPROXY_BASE_URL"
        },
        {
          "description": "Optional CLIProxy auth token for the legacy fallback planner backend.",
          "format": "string",
          "isSecret": true,
          "name": "CLIPROXY_AUTH_TOKEN"
        },
        {
          "description": "Optional CLIProxy model alias for the legacy fallback planner backend.",
          "format": "string",
          "name": "CLIPROXY_MODEL"
        },
        {
          "description": "Optional OpenCode base URL for the compatibility planner backend.",
          "format": "string",
          "name": "OPENCODE_BASE_URL"
        },
        {
          "description": "Optional OpenCode model name for the compatibility planner backend. Defaults to WEB_TASK_API_MODEL when omitted.",
          "format": "string",
          "name": "OPENCODE_MODEL"
        },
        {
          "description": "Optional existing Chromium/Chrome user-data directory for warmed browser state reuse.",
          "format": "string",
          "name": "BROWSER_USER_DATA_DIR"
        },
        {
          "description": "Optional Playwright browser channel override, for example `chrome`.",
          "format": "string",
          "name": "BROWSER_CHANNEL"
        },
        {
          "description": "Optional browser headless toggle. Set `false` to prefer a visible browser.",
          "format": "string",
          "name": "HEADLESS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...