← 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.2.4",
      "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 CLIProxy base URL for the cliproxy planner backend.",
          "format": "string",
          "name": "CLIPROXY_BASE_URL"
        },
        {
          "description": "Optional CLIProxy auth token for the cliproxy planner backend.",
          "format": "string",
          "isSecret": true,
          "name": "CLIPROXY_AUTH_TOKEN"
        },
        {
          "description": "Optional CLIProxy model alias for the cliproxy planner backend.",
          "format": "string",
          "name": "CLIPROXY_MODEL"
        },
        {
          "description": "Optional OpenCode base URL for the opencode planner backend.",
          "format": "string",
          "name": "OPENCODE_BASE_URL"
        },
        {
          "description": "Optional OpenCode model name for the opencode planner backend.",
          "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...