← Index

io.github.runbook-ai/browser-agent

io.github.runbook-ai/browser-agent·v1.0.3·Browser Automation
Quality Score
77
/100

MCP server for browser automation with AI agent

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "browser-agent": {
      "command": "npx",
      "args": [
        "-y",
        "runbook-ai-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "browser-agent": {
      "command": "npx",
      "args": [
        "-y",
        "runbook-ai-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y runbook-ai-mcp
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation