Skip to main content
Browser AutomationTypeScript

ndthanhdev/mcp-browser-kit

An MCP Server that enables AI assistants to interact with your local browsers.

browser-automationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ndthanhdev/mcp-browser-kit

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
ndthanhdev