mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
1c2ec3a858
Made-with: Cursor
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>"
|
|
}
|
|
}
|
|
}
|
|
}
|