[ MCP_NODE_3903 ]

browseract

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

BrowserAct cloud browser automation for structured data extraction from Amazon, YouTube, Google Maps, Google News, Reddit, WeChat, Zhihu and more

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "browseract-en": {
            "description": "BrowserAct cloud browser automation for structured data extraction from Amazon, YouTube, Google Maps, Google News, Reddit, WeChat, Zhihu and more",
            "command": "npx",
            "args": [
                "-y",
                "browseract-mcp"
            ],
            "env": {
                "BROWSERACT_API_KEY": "<YOUR_BROWSERACT_API_KEY>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.