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 automationweb interactionPlaywrightClaude DesktopAI agentautomation
Installation & Configuration
{
"mcpServers": {
"browserAgent": {
"command": "node",
"args": [
"ABSOLUTE_PATH_TO_DIRECTORY/mcp-browser-agent/dist/index.js",
"--browser",
"chrome"
]
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/5/4
Updated
2026/6/7