mcp

browserview/mcp
★ 0 stars JavaScript Browser/Web Updated today
This server lets any MCP-capable agent (Claude, OpenAI agents, Cursor, and others) create, inspect, share, and destroy sessions using browserview.io
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "browserview/mcp"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for [browserview.io](https://browserview.io) — disposable cloud Chromium sessions. Humans watch and control a session through a live viewer URL; agents drive the same browser over the Chrome DevTools Protocol (CDP) using Playwright or Puppeteer (`connectOverCDP`). This server lets any MCP-capable agent (Claude, OpenAI agents, Cursor, and others) create, inspect, share, and destroy sessions.

Tools (6)

create_sessiondestroy_sessionget_sessionget_session_replaylist_sessionsmint_session_token