13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"mcpServers": {
|
|
"browseract": {
|
|
"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>"
|
|
}
|
|
}
|
|
}
|
|
}
|