← Index

io.github.bytedance/mcp-server-browser

io.github.bytedance/mcp-server-browser·v1.0.0·Browser Automation
Quality Score
65
/100

MCP server for browser use access

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-browser"
      ],
      "env": {
        "DISPLAY": "<display>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-browser": {
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-browser"
      ],
      "env": {
        "DISPLAY": "<display>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agent-infra/mcp-server-browser
§02  Environment variables
DISPLAY

DISPLAY environment variable for browser rendering

DISPLAY

DISPLAY environment variable for browser rendering

DISPLAY

DISPLAY environment variable for browser rendering

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation