Back to MCP Servers
🔌

ndthanhdev/mcp-browser-kit

MIT

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

TypeScriptBrowser

Install

npx -y root

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ndthanhdev-mcp-browser-kit": {
      "command": "npx",
      "args": [
        "-y",
        "root"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.