MCP Directory
Back

mcp

by BrowserMCP · TypeScript · ★ 6,734

Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

#browser-automation#browser-extension#claude#cursor#mcp#mcp-server

Install

npx -y github:BrowserMCP/mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

Browser MCP Automate your browser with AI. Website • Docs Browser MCP is an MCP server + Chrome extension that allows you to automate your browser using AI applications like VS Code, Claude, Cursor, and Windsurf. - ⚡ Fast: Automation happens locally on your machine, resulting in better performance without network latency. - 🔒 Private: Since automation happens locally, your browser activity stays on your device and isn't sent to remote servers. - 👤 Logged In: Uses your existing browser profile, keeping you logged into all your services. - 🥷🏼 Stealth: Avoids basic bot detectio…
Read full README on GitHub →

Related other servers