Skip to content
Cursor

browser for Cursor

io.github.cherchyk/browser

MCP server for loading authenticated web pages using Chrome DevTools Protocol

client:Cursor transport:stdio runtime:npm

Install browser in Cursor

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

{
  "mcpServers": {
    "browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcpbrowser"
      ]
    }
  }
}

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

browser in other clients