Skip to content

AgentUtility Browser Workflow for Grok

ai.agentutility/mcp-browser-workflow

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

client:Grok transport:stdio runtime:npm

Install AgentUtility Browser Workflow in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AgentUtility Browser Workflow in other clients