Skip to content
Cursor

mcp server browser for Cursor

io.github.bytedance/mcp-server-browser

MCP server for browser use access

client:Cursor transport:stdio runtime:npm

Install mcp server browser in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agent-infra/mcp-server-browser"
      ],
      "env": {
        "DISPLAY": "<DISPLAY>"
      }
    }
  }
}

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

mcp server browser in other clients