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