Browser tasks, sessions, and recipes for MCP and HTTP automation.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
web-task-api · npm · 0.10.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jojo-labs/web-task-api",
"description": "Browser tasks, sessions, and recipes for MCP and HTTP automation.",
"title": "Web Task",
"repository": {
"url": "https://github.com/jojo-labs/web-task-api",
"source": "github"
},
"version": "0.10.1",
"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"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-28T11:49:10.016634Z",
"publishedAt": "2026-05-28T11:49:10.016634Z",
"updatedAt": "2026-05-28T11:49:10.016634Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.10.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.