Skip to content
VS Code

AgentUtility Browser Workflow for VS Code

ai.agentutility/mcp-browser-workflow

MCP server for the @agentutility browser-workflow cluster — pay-per-call x402 tools, no API keys…

client:VS Code transport:stdio runtime:npm

Install AgentUtility Browser Workflow in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-browser-workflow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-browser-workflow"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AgentUtility Browser Workflow in other clients