Loading languages...
MC

mcp-browser-agent

@imprvhub18

A Model Context Protocol (MCP) integration that provides Claude Desktop with autonomous browser automation capabilities. This agent enables Claude to interact with web content, manipulate DOM elements, execute JavaScript, and perform API requests.

browser automation
web interaction
Playwright
Claude Desktop
AI agent

# mcpServer Config

{
  "mcpServers": {
    "browserAgent": {
      "command": "node",
      "args": [
        "ABSOLUTE_PATH_TO_DIRECTORY/mcp-browser-agent/dist/index.js",
        "--browser",
        "chrome"
      ]
    }
  }
}

# stdio

node dist/index.js
Transport:
stdio
Язык:
TypeScript
Создано:5/5/2025
Обновлено:7/23/2025
Домашняя страница:
https://github.com/imprvhub/mcp-browser-agent