Skip to main content
Browser AutomationTypeScript

browsermcp/mcp

Automate your local Chrome browser

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/browsermcp/mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
browsermcp