Skip to content
Cursor

AgentUtility Browser Workflow for Cursor

ai.agentutility/mcp-browser-workflow

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

client:Cursor transport:stdio runtime:npm

Install AgentUtility Browser Workflow in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentUtility Browser Workflow in other clients