Skip to main content
Browser AutomationTypeScript

imprvhub/mcp-browser-agent

A Model Context Protocol (MCP) integration that provides Claude Desktop with autonomous browser automation capabilities.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/imprvhub/mcp-browser-agent

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-browser-agent": {
      "command": "npx",
      "args": [
        "-y",
        "imprvhub/mcp-browser-agent"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
imprvhub